Uses of Class
org.opengis.util.FactoryException
Packages that use FactoryException
Package
Description
Base interfaces for reference systems by coordinates or by identifiers.
Reference systems by coordinates.
Coordinate Systems and their axes.
Relationship of a Coordinate System (CS) to the Earth, another celestial body or a platform.
Coordinate operations (relationship between any two CRS).
Validators and test suites for the
org.opengis.referencing
package.Generates HTML pages that summarize the operations provided by a GeoAPI implementation.
A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of FactoryException in org.opengis.referencing
Subclasses of FactoryException in org.opengis.referencingModifier and TypeClassDescriptionclass
Thrown when an authority factory cannot find the requested authority code.Methods in org.opengis.referencing that throw FactoryExceptionModifier and TypeMethodDescriptiondefault IdentifiedObject
AuthorityFactory.createObject
(String code) Deprecated, for removal: This API element is subject to removal in a future version.This method is ambiguous because the EPSG geodetic registry may allocate the same code to different kinds of object.AuthorityFactory.getAuthorityCodes
(Class<? extends IdentifiedObject> type) Returns the set of authority codes for objects of the given type.default Optional
<InternationalString> AuthorityFactory.getDescriptionText
(Class<? extends IdentifiedObject> type, String code) Returns a description of the object corresponding to a code.default InternationalString
AuthorityFactory.getDescriptionText
(String code) Deprecated, for removal: This API element is subject to removal in a future version.This method is ambiguous because the EPSG geodetic registry may allocate the same code to different kinds of object. -
Uses of FactoryException in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that throw FactoryExceptionModifier and TypeMethodDescriptiondefault CompoundCRS
CRSAuthorityFactory.createCompoundCRS
(String code) Returns a 3D coordinate reference system from a code.default CompoundCRS
CRSFactory.createCompoundCRS
(Map<String, ?> properties, CoordinateReferenceSystem... components) Creates a compound CRS from an ordered sequence of components.default CoordinateReferenceSystem
CRSAuthorityFactory.createCoordinateReferenceSystem
(String code) Returns an arbitrary coordinate reference system from a code.default DerivedCRS
CRSAuthorityFactory.createDerivedCRS
(String code) Returns a derived coordinate reference system from a code.default DerivedCRS
CRSFactory.createDerivedCRS
(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived CRS.default EngineeringCRS
CRSAuthorityFactory.createEngineeringCRS
(String code) Returns a engineering coordinate reference system from a code.default EngineeringCRS
CRSFactory.createEngineeringCRS
(Map<String, ?> properties, EngineeringDatum datum, CoordinateSystem cs) Creates a engineering CRS from a datum.default EngineeringCRS
CRSFactory.createEngineeringCRS
(Map<String, ?> properties, EngineeringDatum datum, DatumEnsemble<EngineeringDatum> datumEnsemble, CoordinateSystem cs) Creates a engineering CRS from a datum or datum ensemble.default CoordinateReferenceSystem
CRSFactory.createFromWKT
(String wkt) Creates a CRS object from a Well-Known Text.default CoordinateReferenceSystem
CRSFactory.createFromXML
(String xml) Creates a CRS object from a GML string.default GeocentricCRS
CRSAuthorityFactory.createGeocentricCRS
(String code) Deprecated.TheGeocentricCRS
type has been removed since ISO 19111:2007.default GeocentricCRS
CRSFactory.createGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Deprecated.TheGeocentricCRS
type has been removed since ISO 19111:2007.default GeocentricCRS
CRSFactory.createGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Deprecated.TheGeocentricCRS
type has been removed since ISO 19111:2007.default GeodeticCRS
CRSAuthorityFactory.createGeodeticCRS
(String code) Returns a geodetic coordinate reference system from a code.default GeodeticCRS
CRSFactory.createGeodeticCRS
(Map<String, ?> properties, GeodeticDatum datum, DatumEnsemble<GeodeticDatum> datumEnsemble, CartesianCS cs) Creates a geocentric CRS from a Cartesian coordinate system.default GeodeticCRS
CRSFactory.createGeodeticCRS
(Map<String, ?> properties, GeodeticDatum datum, DatumEnsemble<GeodeticDatum> datumEnsemble, SphericalCS cs) Creates a geocentric CRS from a spherical coordinate system.default GeographicCRS
CRSAuthorityFactory.createGeographicCRS
(String code) Returns a geographic coordinate reference system from a code.default GeographicCRS
CRSFactory.createGeographicCRS
(Map<String, ?> properties, GeodeticDatum datum, EllipsoidalCS cs) Creates a geographic CRS from a reference frame.default GeographicCRS
CRSFactory.createGeographicCRS
(Map<String, ?> properties, GeodeticDatum datum, DatumEnsemble<GeodeticDatum> datumEnsemble, EllipsoidalCS cs) Creates a geographic CRS from a reference frame or datum ensemble.default ImageCRS
CRSAuthorityFactory.createImageCRS
(String code) Deprecated.ImageCRS
is replaced byEngineeringCRS
as of ISO 19111:2019.default ImageCRS
CRSFactory.createImageCRS
(Map<String, ?> properties, ImageDatum datum, AffineCS cs) Deprecated.ImageCRS
is replaced byEngineeringCRS
as of ISO 19111:2019.default IdentifiedObject
CRSAuthorityFactory.createObject
(String code) Deprecated, for removal: This API element is subject to removal in a future version.This method is ambiguous.default ParametricCRS
CRSAuthorityFactory.createParametricCRS
(String code) Returns a parametric coordinate reference system from a code.default ParametricCRS
CRSFactory.createParametricCRS
(Map<String, ?> properties, ParametricDatum datum, DatumEnsemble<ParametricDatum> datumEnsemble, ParametricCS cs) Creates a parametric CRS from a datum or datum ensemble.default ProjectedCRS
CRSAuthorityFactory.createProjectedCRS
(String code) Returns a projected coordinate reference system from a code.default ProjectedCRS
CRSFactory.createProjectedCRS
(Map<String, ?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) Creates a projected CRS from a defining conversion.default TemporalCRS
CRSAuthorityFactory.createTemporalCRS
(String code) Returns a temporal coordinate reference system from a code.default TemporalCRS
CRSFactory.createTemporalCRS
(Map<String, ?> properties, TemporalDatum datum, TimeCS cs) Creates a temporal CRS from a datum.default TemporalCRS
CRSFactory.createTemporalCRS
(Map<String, ?> properties, TemporalDatum datum, DatumEnsemble<TemporalDatum> datumEnsemble, TimeCS cs) Creates a temporal CRS from a datum or datum ensemble.default VerticalCRS
CRSAuthorityFactory.createVerticalCRS
(String code) Returns a vertical coordinate reference system from a code.default VerticalCRS
CRSFactory.createVerticalCRS
(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Creates a vertical CRS from a reference frame.default VerticalCRS
CRSFactory.createVerticalCRS
(Map<String, ?> properties, VerticalDatum datum, DatumEnsemble<VerticalDatum> datumEnsemble, VerticalCS cs) Creates a vertical CRS from a reference frame or datum ensemble. -
Uses of FactoryException in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that throw FactoryExceptionModifier and TypeMethodDescriptiondefault AffineCS
CSFactory.createAffineCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional affine coordinate system from the given pair of axes.default AffineCS
CSFactory.createAffineCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional affine coordinate system from the given set of axes.default CartesianCS
CSAuthorityFactory.createCartesianCS
(String code) Returns a Cartesian coordinate system from a code.default CartesianCS
CSFactory.createCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional Cartesian coordinate system from the given pair of axes.default CartesianCS
CSFactory.createCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional Cartesian coordinate system from the given set of axes.default CoordinateSystem
CSAuthorityFactory.createCoordinateSystem
(String code) Returns an arbitrary coordinate system from a code.default CoordinateSystemAxis
CSAuthorityFactory.createCoordinateSystemAxis
(String code) Returns a coordinate system axis from a code.default CoordinateSystemAxis
CSFactory.createCoordinateSystemAxis
(Map<String, ?> properties, String abbreviation, AxisDirection direction, javax.measure.Unit<?> unit) Creates a coordinate system axis from an abbreviation and a unit.default CylindricalCS
CSAuthorityFactory.createCylindricalCS
(String code) Returns a cylindrical coordinate system from a code.default CylindricalCS
CSFactory.createCylindricalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a cylindrical coordinate system from the given set of axes.default EllipsoidalCS
CSAuthorityFactory.createEllipsoidalCS
(String code) Returns an ellipsoidal coordinate system from a code.default EllipsoidalCS
CSFactory.createEllipsoidalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates an ellipsoidal coordinate system without ellipsoidal height.default EllipsoidalCS
CSFactory.createEllipsoidalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates an ellipsoidal coordinate system with ellipsoidal height.default LinearCS
CSFactory.createLinearCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a linear coordinate system.default IdentifiedObject
CSAuthorityFactory.createObject
(String code) Deprecated, for removal: This API element is subject to removal in a future version.This method is ambiguous.default ParametricCS
CSAuthorityFactory.createParametricCS
(String code) Returns a parametric coordinate system from a code.default ParametricCS
CSFactory.createParametricCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a parametric coordinate system.default PolarCS
CSAuthorityFactory.createPolarCS
(String code) Returns a polar coordinate system from a code.default PolarCS
CSFactory.createPolarCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a polar coordinate system from the given pair of axes.default SphericalCS
CSAuthorityFactory.createSphericalCS
(String code) Returns a spherical coordinate system from a code.default SphericalCS
CSFactory.createSphericalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a spherical coordinate system without radius.default SphericalCS
CSFactory.createSphericalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a spherical coordinate system from the given set of axes.default TimeCS
CSAuthorityFactory.createTimeCS
(String code) Returns a temporal coordinate system from a code.default TimeCS
CSFactory.createTimeCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a time coordinate system.default javax.measure.Unit
<?> CSAuthorityFactory.createUnit
(String code) Returns an unit of measurement from a code.default UserDefinedCS
CSFactory.createUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Deprecated.User-defined CS needs their own constructor for instantiating their specialized type.default UserDefinedCS
CSFactory.createUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Deprecated.User-defined CS needs their own constructor for instantiating their specialized type.default VerticalCS
CSAuthorityFactory.createVerticalCS
(String code) Returns a vertical coordinate system from a code.default VerticalCS
CSFactory.createVerticalCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a vertical coordinate system. -
Uses of FactoryException in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that throw FactoryExceptionModifier and TypeMethodDescriptiondefault Datum
DatumAuthorityFactory.createDatum
(String code) Returns an arbitrary datum from a code.default <D extends Datum>
DatumEnsemble<D> DatumFactory.createDatumEnsemble
(Map<String, ?> properties, Collection<D> members, PositionalAccuracy accuracy) Creates a datum ensemble from a collection of members.default Ellipsoid
DatumAuthorityFactory.createEllipsoid
(String code) Returns an ellipsoid from a code.default Ellipsoid
DatumFactory.createEllipsoid
(Map<String, ?> properties, double semiMajorAxis, double semiMinorAxis, javax.measure.Unit<javax.measure.quantity.Length> unit) Creates an ellipsoid from radius values.default EngineeringDatum
DatumAuthorityFactory.createEngineeringDatum
(String code) Returns a engineering datum from a code.default EngineeringDatum
DatumFactory.createEngineeringDatum
(Map<String, ?> properties) Creates an engineering datum.default Ellipsoid
DatumFactory.createFlattenedSphere
(Map<String, ?> properties, double semiMajorAxis, double inverseFlattening, javax.measure.Unit<javax.measure.quantity.Length> unit) Creates an ellipsoid from an major radius, and inverse flattening.default GeodeticDatum
DatumAuthorityFactory.createGeodeticDatum
(String code) Returns a geodetic reference frame from a code.default GeodeticDatum
DatumFactory.createGeodeticDatum
(Map<String, ?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian) Creates geodetic reference frame from ellipsoid and prime meridian.default ImageDatum
DatumAuthorityFactory.createImageDatum
(String code) Deprecated.ImageDatum
is replaced byEngineeringDatum
as of ISO 19111:2019.default ImageDatum
DatumFactory.createImageDatum
(Map<String, ?> properties, PixelInCell pixelInCell) Deprecated.ImageDatum
is replaced byEngineeringDatum
as of ISO 19111:2019.default IdentifiedObject
DatumAuthorityFactory.createObject
(String code) Deprecated, for removal: This API element is subject to removal in a future version.This method is ambiguous.default ParametricDatum
DatumAuthorityFactory.createParametricDatum
(String code) Returns a parametric datum from a code.default ParametricDatum
DatumFactory.createParametricDatum
(Map<String, ?> properties) Creates a parametric datum.default PrimeMeridian
DatumAuthorityFactory.createPrimeMeridian
(String code) Returns a prime meridian from a code.default PrimeMeridian
DatumFactory.createPrimeMeridian
(Map<String, ?> properties, double longitude, javax.measure.Unit<javax.measure.quantity.Angle> unit) Creates a prime meridian, relative to Greenwich.default TemporalDatum
DatumAuthorityFactory.createTemporalDatum
(String code) Returns a temporal datum from a code.default TemporalDatum
DatumFactory.createTemporalDatum
(Map<String, ?> properties, Temporal origin) Creates a temporal datum from a temporal origin.default TemporalDatum
DatumFactory.createTemporalDatum
(Map<String, ?> properties, Date origin) default VerticalDatum
DatumAuthorityFactory.createVerticalDatum
(String code) Returns a vertical datum from a code.default VerticalDatum
DatumFactory.createVerticalDatum
(Map<String, ?> properties, RealizationMethod method) Creates a vertical datum from an enumerated type value.default VerticalDatum
DatumFactory.createVerticalDatum
(Map<String, ?> properties, VerticalDatumType type) Deprecated. -
Uses of FactoryException in org.opengis.referencing.operation
Subclasses of FactoryException in org.opengis.referencing.operationMethods in org.opengis.referencing.operation that throw FactoryExceptionModifier and TypeMethodDescriptionboolean
RegisterOperations.areMembersOfSameEnsemble
(CoordinateReferenceSystem source, CoordinateReferenceSystem target) Determine whether two CRSs are members of one ensemble.MathTransformFactory.createAffineTransform
(Matrix matrix) Creates an affine transform from a matrix.MathTransformFactory.createBaseToDerived
(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Creates a parameterized transform from a base CRS to a derived CS.CoordinateOperationFactory.createConcatenatedOperation
(Map<String, ?> properties, CoordinateOperation... operations) Creates a concatenated operation from a sequence of operations.MathTransformFactory.createConcatenatedTransform
(MathTransform transform1, MathTransform transform2) Creates a transform by concatenating two existing transforms.CoordinateOperationAuthorityFactory.createCoordinateOperation
(String code) Creates an operation from a single operation code.CoordinateOperationFactory.createDefiningConversion
(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Creates a defining conversion from a set of properties.CoordinateOperationAuthorityFactory.createFromCoordinateReferenceSystemCodes
(String sourceCRS, String targetCRS) Creates operations from Coordinate Reference System codes.MathTransformFactory.createFromWKT
(String wkt) Creates a math transform object from a Well-Known Text.default MathTransform
MathTransformFactory.createFromXML
(String xml) Deprecated.This method was defined in OGC 01-009 in anticipation for future normative specification, but no XML format for math transforms have been defined.MathTransformFactory.createMatrix
(int numRow, int numCol) Creates a matrix of sizenumRow
×numCol
.CoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.CoordinateOperationAuthorityFactory.createOperationMethod
(String code) Creates an operation method from a single code.CoordinateOperationFactory.createOperationMethod
(Map<String, ?> properties, ParameterDescriptorGroup parameters) Creates an operation method from a set of properties and a descriptor group.MathTransformFactory.createParameterizedTransform
(ParameterValueGroup parameters) Creates a transform from a group of parameters.MathTransformFactory.createPassThroughTransform
(int firstAffectedCoordinate, MathTransform subTransform, int numTrailingCoordinates) Creates a transform which passes through a subset of coordinates to another transform.RegisterOperations.findCoordinateOperation
(String code) Extracts coordinate operation details from the registry.RegisterOperations.findCoordinateOperations
(CoordinateReferenceSystem source, CoordinateReferenceSystem target) Finds or infers any coordinate operations for which the given CRSs are the source and target, in that order.RegisterOperations.findCoordinateReferenceSystem
(String code) Extracts CRS details from the registry.CoordinateOperationFactory.getOperationMethod
(String name) Returns the build-in operation method of the given name. -
Uses of FactoryException in org.opengis.test.referencing
Methods in org.opengis.test.referencing that throw FactoryExceptionModifier and TypeMethodDescriptionPseudoEpsgFactory.createCartesianCS
(String code) Creates a Cartesian coordinate system from a code.PseudoEpsgFactory.createCompoundCRS
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.PseudoEpsgFactory.createCoordinateReferenceSystem
(String code) Returns an arbitrary coordinate reference system from a code.PseudoEpsgFactory.createCoordinateSystem
(String code) Returns an arbitrary coordinate system from a code.PseudoEpsgFactory.createCoordinateSystemAxis
(String code) Returns a coordinate system axis from a code.PseudoEpsgFactory.createCylindricalCS
(String code) Creates a cylindrical coordinate system from a code.PseudoEpsgFactory.createDatum
(String code) Returns an arbitrary datum from a code.PseudoEpsgFactory.createDerivedCRS
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.PseudoEpsgFactory.createEllipsoid
(String code) Returns an ellipsoid from a code.PseudoEpsgFactory.createEllipsoidalCS
(String code) Creates an ellipsoidal coordinate system from a code.PseudoEpsgFactory.createEngineeringCRS
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.PseudoEpsgFactory.createEngineeringDatum
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.PseudoEpsgFactory.createGeocentricCRS
(String code) Deprecated.PseudoEpsgFactory.createGeodeticCRS
(String code) The default implementation delegates toPseudoEpsgFactory.createGeographicCRS(String)
.PseudoEpsgFactory.createGeodeticDatum
(String code) Returns a geodetic reference frame from a code.PseudoEpsgFactory.createGeographicCRS
(String code) Returns a geographic coordinate reference system from a code.PseudoEpsgFactory.createImageCRS
(String code) Deprecated.ImageCRS
is replaced byEngineeringCRS
as of ISO 19111:2019.PseudoEpsgFactory.createImageDatum
(String code) Deprecated.ImageDatum
is replaced byEngineeringDatum
as of ISO 19111:2019.PseudoEpsgFactory.createObject
(String code) Deprecated, for removal: This API element is subject to removal in a future version.This method is ambiguous.protected ParameterValueGroup
PseudoEpsgFactory.createParameters
(int code) Returns the parameters to use for creating the coordinate operation identified by the given EPSG code.PseudoEpsgFactory.createParametricCRS
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.PseudoEpsgFactory.createParametricCS
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.PseudoEpsgFactory.createParametricDatum
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.PseudoEpsgFactory.createPolarCS
(String code) Creates a polar coordinate system from a code.PseudoEpsgFactory.createPrimeMeridian
(String code) Returns a prime meridian from a EPSG code.PseudoEpsgFactory.createProjectedCRS
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.PseudoEpsgFactory.createSphericalCS
(String code) Creates a spherocal coordinate system from a code.PseudoEpsgFactory.createTemporalCRS
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.PseudoEpsgFactory.createTemporalDatum
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.PseudoEpsgFactory.createTimeCS
(String code) Creates a temporal coordinate system from a code.javax.measure.Unit
<?> PseudoEpsgFactory.createUnit
(String code) Returns an unit from a code.PseudoEpsgFactory.createVerticalCRS
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.PseudoEpsgFactory.createVerticalCS
(String code) Creates a vertical coordinate system from a code.PseudoEpsgFactory.createVerticalDatum
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.PseudoEpsgFactory.getAuthorityCodes
(Class<? extends IdentifiedObject> type) Returns the set of authority codes for objects of the given type.void
ParameterizedTransformTest.testAbridgedMolodensky()
Tests theAbridged Molodensky
(EPSG:9605) datum shift operation.void
AffineTransformTest.testAxisSwapping2D()
Tests a transform swapping the axes in a two-dimensional space.void
ParameterizedTransformTest.testCassiniSoldner()
Tests theCassini-Soldner
(EPSG:9806) projection method.void
WKTParserTest.testCompoundWithParametric()
Parses a compound CRS with a parametric component.void
WKTParserTest.testCompoundWithTime()
Parses a compound CRS with a temporal component.void
WKTParserTest.testCompoundWithVertical()
Parses a compound CRS with a vertical component.void
CRSTest.testCRSAuthorityCreation()
Deprecated.Tests the creation of the WGS84 crs from the EPSG code.void
WKTParserTest.testDerivedEngineeringFromGeodetic()
Parses a derived engineering CRS having a base geodetic CRS.void
WKTParserTest.testDerivedEngineeringFromProjected()
Parses a derived engineering CRS having a base projected CRS.void
WKTParserTest.testDerivedGeodetic()
Parses a derived geodetic CRS.void
AffineTransformTest.testDimensionReduction()
Tests a transform which reduce the number of dimensions from 4 to 2.void
WKTParserTest.testEngineering()
Parses an engineering CRS with North and West axis directions.void
WKTParserTest.testEngineeringForShip()
Parses an engineering CRS anchored to a ship.void
WKTParserTest.testEngineeringRotated()
Parses an engineering CRS with South-West and South-East axis directions.void
AuthorityFactoryTest.testEPSG_2065()
Tests the EPSG:2065 (CRS S-JTSK (Ferro) / Krovak) projected CRS.void
AuthorityFactoryTest.testEPSG_2314()
Tests the EPSG:2314 (Trinidad 1903 / Trinidad Grid) projected CRS.void
AuthorityFactoryTest.testEPSG_24200()
Tests the EPSG:24200 (JAD69 / Jamaica National Grid) projected CRS.void
AuthorityFactoryTest.testEPSG_27700()
Tests the EPSG:27700 (OSGB 1936 / British National Grid) projected CRS.void
AuthorityFactoryTest.testEPSG_28992()
Tests the EPSG:28992 (Amersfoort / RD New) projected CRS.void
AuthorityFactoryTest.testEPSG_29873()
Tests the EPSG:29873 (Timbalai 1948 / RSO Borneo (m)) projected CRS.void
AuthorityFactoryTest.testEPSG_3002()
Tests the EPSG:3002 (Makassar / NEIEZ) projected CRS.void
AuthorityFactoryTest.testEPSG_3032()
Tests the EPSG:3032 (WGS 84 / Australian Antarctic Polar Stereographic) projected CRS.void
AuthorityFactoryTest.testEPSG_3035()
Tests the EPSG:3035 (ETRS89 / LAEA Europe) projected CRS.void
AuthorityFactoryTest.testEPSG_31300()
Tests the EPSG:31300 (Belge 1972 / Belge Lambert 72) projected CRS.void
AuthorityFactoryTest.testEPSG_3139()
Tests the EPSG:3139 (Vanua Levu 1915 / Vanua Levu Grid) projected CRS.void
AuthorityFactoryTest.testEPSG_32040()
Tests the EPSG:32040 (NAD27 / Texas South Central) projected CRS.void
AuthorityFactoryTest.testEPSG_32661()
Tests the EPSG:32661 (WGS 84 / UPS North (N,E)) projected CRS.void
AuthorityFactoryTest.testEPSG_3388()
Tests the EPSG:3388 (Pulkovo 1942 / Caspian Sea Mercator) projected CRS.void
AuthorityFactoryTest.testEPSG_3857()
Tests the EPSG:3857 (WGS 84 / Pseudo-Mercator) projected CRS.void
AuthorityFactoryTest.testEPSG_5041()
Tests the EPSG:5041 (WGS 84 / UPS North (E,N)) projected CRS.void
ParameterizedTransformTest.testEquidistantCylindrical()
Tests theEquidistant Cylindrical
(EPSG:1028) projection.void
AffineTransformTest.testGeneral()
Tests using a combination of scale, rotation and translation in a two-dimensional space.void
AffineTransformTest.testGenericScale2D()
Tests using a non-uniform scale factor of (3,4) in a two-dimensional space.void
ObjectFactoryTest.testGeocentric()
Tests the creation of a geocentric CRS.void
WKTParserTest.testGeocentric()
Parses a geodetic CRS with Cartesian coordinate system.void
ParameterizedTransformTest.testGeocentricTopocentric()
Tests theGeocentric/topocentric conversions
(EPSG:9836).void
WKTParserTest.testGeographic3D()
Parses a three-dimensional geodetic CRS.void
ParameterizedTransformTest.testGeographicTopocentric()
Tests theGeographic/topocentric conversions
(EPSG:9837).void
WKTParserTest.testGeographicWithGradUnits()
Parses a geodetic CRS with a prime meridian other than Greenwich and all angular units in grads.void
WKTParserTest.testGeographicWithIdentifier()
Parses a geodetic CRS which contains a remark and an identifier.void
WKTParserTest.testGeographicWithUnicode()
Parses a geodetic CRS which contain a remark written using non-ASCII characters.void
ParameterizedTransformTest.testHotineObliqueMercator()
Tests theHotine Oblique Mercator (variant B)
(EPSG:9815) projection method.void
ParameterizedTransformTest.testHyperbolicCassiniSoldner()
Tests theHyperbolic Cassini-Soldner
(EPSG:9833) projection method.void
AffineTransformTest.testIdentity1D()
Tests using an identity transform in an one-dimensional space.void
AffineTransformTest.testIdentity2D()
Tests using an identity transform in a two-dimensional space.void
AffineTransformTest.testIdentity3D()
Tests using an identity transform in a three-dimensional space.void
ParameterizedTransformTest.testKrovak()
Tests theKrovak
(EPSG:9819) projection.void
ParameterizedTransformTest.testLambertAzimuthalEqualArea()
Tests theLambert Azimuthal Equal Area
(EPSG:9820) projection method.void
ParameterizedTransformTest.testLambertConicConformal1SP()
Tests theLambert Conic Conformal (1SP)
(EPSG:9801) projection method.void
ParameterizedTransformTest.testLambertConicConformal2SP()
Tests theLambert Conic Conformal (2SP)
(EPSG:9802) projection method.void
ParameterizedTransformTest.testLambertConicConformalBelgium()
Tests theLambert Conic Conformal (2SP Belgium)
(EPSG:9803) projection method.void
ParameterizedTransformTest.testLambertConicConformalMichigan()
Tests theLambert Conic Conformal (2SP Michigan)
(EPSG:1051) projection method.void
ParameterizedTransformTest.testMercator1SP()
Tests theMercator (variant A)
(EPSG:9804) projection method.void
ParameterizedTransformTest.testMercator2SP()
Tests theMercator (variant B)
(EPSG:9805) projection method.void
ParameterizedTransformTest.testMercatorSpherical()
Tests theMercator (Spherical)
(EPSG:1026) projection method.void
ParameterizedTransformTest.testMercatorVariantC()
Tests theMercator (variant C)
(EPSG:1044) projection method.void
ParameterizedTransformTest.testMiller()
Tests theIGNF:MILLER
projection.void
ParameterizedTransformTest.testModifiedAzimuthalEquidistant()
Tests theModified Azimuthal Equidistant
(EPSG:9832) projection.void
ParameterizedTransformTest.testObliqueStereographic()
Tests theOblique Stereographic
(EPSG:9809) projection method.void
ParameterizedTransformTest.testOrthographic()
Tests theOrthographic
(EPSG:9840) projection.void
WKTParserTest.testParametric()
Parses a parametric CRS.void
ParameterizedTransformTest.testPolarStereographicA()
Tests thePolar Stereographic (variant A)
(EPSG:9810) projection method.void
ParameterizedTransformTest.testPolarStereographicB()
Tests thePolar Stereographic (variant B)
(EPSG:9829) projection method.void
ParameterizedTransformTest.testPolarStereographicC()
Tests thePolar Stereographic (variant C)
(EPSG:9830) projection method.void
ParameterizedTransformTest.testPolyconic()
Tests theAmerican Polyconic
(EPSG:9818) projection.void
ObjectFactoryTest.testProjected3D()
Deprecated, for removal: This API element is subject to removal in a future version.RenamedObjectFactoryTest.testProjectedWithGeoidalHeight()
for making clearer that this is not a projected CRS associated to a 3D coordinate system.void
WKTParserTest.testProjectedWithFootUnits()
Parses a projected CRS with linear units in feet.void
ObjectFactoryTest.testProjectedWithGeoidalHeight()
Tests the creation of a compound CRS made of a projected CRS with a gravity-related height.void
WKTParserTest.testProjectedWithImplicitParameterUnits()
Parses a projected CRS with implicit parameter units.void
WKTParserTest.testProjectedYX()
Parses a projected CRS with linear units in metres and axes in (Y,X) order.void
ParameterizedTransformTest.testPseudoMercator()
Tests theMercator Popular Visualisation Pseudo Mercator
(EPSG:1024) projection method.void
AffineTransformTest.testRotation2D()
Tests using an anticlockwise 30° rotation in a two-dimensional space.void
AffineTransformTest.testSouthOrientated2D()
Tests using a 180° rotation in a two-dimensional space.void
WKTParserTest.testTemporal()
Parses a temporal CRS.void
AffineTransformTest.testTranslatation2D()
Tests using a translation of (400000,-100000) metres in a two-dimensional space.void
ParameterizedTransformTest.testTransverseMercator()
Tests theTransverse Mercator
(EPSG:9807) projection method.void
ParameterizedTransformTest.testTransverseMercatorSouthOrientated()
Tests the Transverse Mercator (South Orientated) (EPSG:9808) projection method.void
AffineTransformTest.testUniformScale2D()
Tests using a uniform scale factor of 0.3048 in a two-dimensional space.void
WKTParserTest.testVertical()
Parses a vertical CRS.void
AuthorityFactoryTest.testWGS84()
Tests the creation of the EPSG:4326GeographicCRS
.void
ObjectFactoryTest.testWGS84()
Tests the creation of the EPSG:4326GeographicCRS
.void
ObjectFactoryTest.testWGS84_3D()
Tests the creation of the WGS84 CRS with ellipsoidal height, and verifies that the axes are in the given (latitude, longitude, height) order. -
Uses of FactoryException in org.opengis.test.report
Methods in org.opengis.test.report with parameters of type FactoryExceptionModifier and TypeMethodDescriptionprotected AuthorityCodesReport.Row
AuthorityCodesReport.createRow
(String code, FactoryException exception) Creates a new row for the given authority code and exception.Methods in org.opengis.test.report that throw FactoryExceptionModifier and TypeMethodDescriptionvoid
AuthorityCodesReport.add
(CRSAuthorityFactory factory) Adds the Coordinate Reference Systems identified by all codes available from the given CRS authority factory. -
Uses of FactoryException in org.opengis.util
Subclasses of FactoryException in org.opengis.utilModifier and TypeClassDescriptionclass
Thrown when an identifier provided to a factory method cannot be found.class
Thrown when a factory does not implement a method.