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 TypeClassDescriptionclassThrown when an authority factory cannot find the requested authority code.Methods in org.opengis.referencing that throw FactoryExceptionModifier and TypeMethodDescriptiondefault IdentifiedObjectAuthorityFactory.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 InternationalStringAuthorityFactory.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 CompoundCRSCRSAuthorityFactory.createCompoundCRS(String code) Returns a 3D coordinate reference system from a code.default CompoundCRSCRSFactory.createCompoundCRS(Map<String, ?> properties, CoordinateReferenceSystem... components) Creates a compound CRS from an ordered sequence of components.default CoordinateReferenceSystemCRSAuthorityFactory.createCoordinateReferenceSystem(String code) Returns an arbitrary coordinate reference system from a code.default DerivedCRSCRSAuthorityFactory.createDerivedCRS(String code) Returns a derived coordinate reference system from a code.default DerivedCRSCRSFactory.createDerivedCRS(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived CRS.default EngineeringCRSCRSAuthorityFactory.createEngineeringCRS(String code) Returns a engineering coordinate reference system from a code.default EngineeringCRSCRSFactory.createEngineeringCRS(Map<String, ?> properties, EngineeringDatum datum, CoordinateSystem cs) Creates a engineering CRS from a datum.default EngineeringCRSCRSFactory.createEngineeringCRS(Map<String, ?> properties, EngineeringDatum datum, DatumEnsemble<EngineeringDatum> datumEnsemble, CoordinateSystem cs) Creates a engineering CRS from a datum or datum ensemble.default CoordinateReferenceSystemCRSFactory.createFromWKT(String wkt) Creates a CRS object from a Well-Known Text.default CoordinateReferenceSystemCRSFactory.createFromXML(String xml) Creates a CRS object from a GML string.default GeocentricCRSCRSAuthorityFactory.createGeocentricCRS(String code) Deprecated.TheGeocentricCRStype has been removed since ISO 19111:2007.default GeocentricCRSCRSFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Deprecated.TheGeocentricCRStype has been removed since ISO 19111:2007.default GeocentricCRSCRSFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Deprecated.TheGeocentricCRStype has been removed since ISO 19111:2007.default GeodeticCRSCRSAuthorityFactory.createGeodeticCRS(String code) Returns a geodetic coordinate reference system from a code.default GeodeticCRSCRSFactory.createGeodeticCRS(Map<String, ?> properties, GeodeticDatum datum, DatumEnsemble<GeodeticDatum> datumEnsemble, CartesianCS cs) Creates a geocentric CRS from a Cartesian coordinate system.default GeodeticCRSCRSFactory.createGeodeticCRS(Map<String, ?> properties, GeodeticDatum datum, DatumEnsemble<GeodeticDatum> datumEnsemble, SphericalCS cs) Creates a geocentric CRS from a spherical coordinate system.default GeographicCRSCRSAuthorityFactory.createGeographicCRS(String code) Returns a geographic coordinate reference system from a code.default GeographicCRSCRSFactory.createGeographicCRS(Map<String, ?> properties, GeodeticDatum datum, EllipsoidalCS cs) Creates a geographic CRS from a reference frame.default GeographicCRSCRSFactory.createGeographicCRS(Map<String, ?> properties, GeodeticDatum datum, DatumEnsemble<GeodeticDatum> datumEnsemble, EllipsoidalCS cs) Creates a geographic CRS from a reference frame or datum ensemble.default ImageCRSCRSAuthorityFactory.createImageCRS(String code) Deprecated.ImageCRSis replaced byEngineeringCRSas of ISO 19111:2019.default ImageCRSCRSFactory.createImageCRS(Map<String, ?> properties, ImageDatum datum, AffineCS cs) Deprecated.ImageCRSis replaced byEngineeringCRSas of ISO 19111:2019.default IdentifiedObjectCRSAuthorityFactory.createObject(String code) Deprecated, for removal: This API element is subject to removal in a future version.This method is ambiguous.default ParametricCRSCRSAuthorityFactory.createParametricCRS(String code) Returns a parametric coordinate reference system from a code.default ParametricCRSCRSFactory.createParametricCRS(Map<String, ?> properties, ParametricDatum datum, DatumEnsemble<ParametricDatum> datumEnsemble, ParametricCS cs) Creates a parametric CRS from a datum or datum ensemble.default ProjectedCRSCRSAuthorityFactory.createProjectedCRS(String code) Returns a projected coordinate reference system from a code.default ProjectedCRSCRSFactory.createProjectedCRS(Map<String, ?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) Creates a projected CRS from a defining conversion.default TemporalCRSCRSAuthorityFactory.createTemporalCRS(String code) Returns a temporal coordinate reference system from a code.default TemporalCRSCRSFactory.createTemporalCRS(Map<String, ?> properties, TemporalDatum datum, TimeCS cs) Creates a temporal CRS from a datum.default TemporalCRSCRSFactory.createTemporalCRS(Map<String, ?> properties, TemporalDatum datum, DatumEnsemble<TemporalDatum> datumEnsemble, TimeCS cs) Creates a temporal CRS from a datum or datum ensemble.default VerticalCRSCRSAuthorityFactory.createVerticalCRS(String code) Returns a vertical coordinate reference system from a code.default VerticalCRSCRSFactory.createVerticalCRS(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Creates a vertical CRS from a reference frame.default VerticalCRSCRSFactory.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 AffineCSCSFactory.createAffineCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional affine coordinate system from the given pair of axes.default AffineCSCSFactory.createAffineCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional affine coordinate system from the given set of axes.default CartesianCSCSAuthorityFactory.createCartesianCS(String code) Returns a Cartesian coordinate system from a code.default CartesianCSCSFactory.createCartesianCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional Cartesian coordinate system from the given pair of axes.default CartesianCSCSFactory.createCartesianCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional Cartesian coordinate system from the given set of axes.default CoordinateSystemCSAuthorityFactory.createCoordinateSystem(String code) Returns an arbitrary coordinate system from a code.default CoordinateSystemAxisCSAuthorityFactory.createCoordinateSystemAxis(String code) Returns a coordinate system axis from a code.default CoordinateSystemAxisCSFactory.createCoordinateSystemAxis(Map<String, ?> properties, String abbreviation, AxisDirection direction, javax.measure.Unit<?> unit) Creates a coordinate system axis from an abbreviation and a unit.default CylindricalCSCSAuthorityFactory.createCylindricalCS(String code) Returns a cylindrical coordinate system from a code.default CylindricalCSCSFactory.createCylindricalCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a cylindrical coordinate system from the given set of axes.default EllipsoidalCSCSAuthorityFactory.createEllipsoidalCS(String code) Returns an ellipsoidal coordinate system from a code.default EllipsoidalCSCSFactory.createEllipsoidalCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates an ellipsoidal coordinate system without ellipsoidal height.default EllipsoidalCSCSFactory.createEllipsoidalCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates an ellipsoidal coordinate system with ellipsoidal height.default LinearCSCSFactory.createLinearCS(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a linear coordinate system.default IdentifiedObjectCSAuthorityFactory.createObject(String code) Deprecated, for removal: This API element is subject to removal in a future version.This method is ambiguous.default ParametricCSCSAuthorityFactory.createParametricCS(String code) Returns a parametric coordinate system from a code.default ParametricCSCSFactory.createParametricCS(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a parametric coordinate system.default PolarCSCSAuthorityFactory.createPolarCS(String code) Returns a polar coordinate system from a code.default PolarCSCSFactory.createPolarCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a polar coordinate system from the given pair of axes.default SphericalCSCSAuthorityFactory.createSphericalCS(String code) Returns a spherical coordinate system from a code.default SphericalCSCSFactory.createSphericalCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a spherical coordinate system without radius.default SphericalCSCSFactory.createSphericalCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a spherical coordinate system from the given set of axes.default TimeCSCSAuthorityFactory.createTimeCS(String code) Returns a temporal coordinate system from a code.default TimeCSCSFactory.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 UserDefinedCSCSFactory.createUserDefinedCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Deprecated.User-defined CS needs their own constructor for instantiating their specialized type.default UserDefinedCSCSFactory.createUserDefinedCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Deprecated.User-defined CS needs their own constructor for instantiating their specialized type.default VerticalCSCSAuthorityFactory.createVerticalCS(String code) Returns a vertical coordinate system from a code.default VerticalCSCSFactory.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 DatumDatumAuthorityFactory.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 EllipsoidDatumAuthorityFactory.createEllipsoid(String code) Returns an ellipsoid from a code.default EllipsoidDatumFactory.createEllipsoid(Map<String, ?> properties, double semiMajorAxis, double semiMinorAxis, javax.measure.Unit<javax.measure.quantity.Length> unit) Creates an ellipsoid from radius values.default EngineeringDatumDatumAuthorityFactory.createEngineeringDatum(String code) Returns a engineering datum from a code.default EngineeringDatumDatumFactory.createEngineeringDatum(Map<String, ?> properties) Creates an engineering datum.default EllipsoidDatumFactory.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 GeodeticDatumDatumAuthorityFactory.createGeodeticDatum(String code) Returns a geodetic reference frame from a code.default GeodeticDatumDatumFactory.createGeodeticDatum(Map<String, ?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian) Creates geodetic reference frame from ellipsoid and prime meridian.default ImageDatumDatumAuthorityFactory.createImageDatum(String code) Deprecated.ImageDatumis replaced byEngineeringDatumas of ISO 19111:2019.default ImageDatumDatumFactory.createImageDatum(Map<String, ?> properties, PixelInCell pixelInCell) Deprecated.ImageDatumis replaced byEngineeringDatumas of ISO 19111:2019.default IdentifiedObjectDatumAuthorityFactory.createObject(String code) Deprecated, for removal: This API element is subject to removal in a future version.This method is ambiguous.default ParametricDatumDatumAuthorityFactory.createParametricDatum(String code) Returns a parametric datum from a code.default ParametricDatumDatumFactory.createParametricDatum(Map<String, ?> properties) Creates a parametric datum.default PrimeMeridianDatumAuthorityFactory.createPrimeMeridian(String code) Returns a prime meridian from a code.default PrimeMeridianDatumFactory.createPrimeMeridian(Map<String, ?> properties, double longitude, javax.measure.Unit<javax.measure.quantity.Angle> unit) Creates a prime meridian, relative to Greenwich.default TemporalDatumDatumAuthorityFactory.createTemporalDatum(String code) Returns a temporal datum from a code.default TemporalDatumDatumFactory.createTemporalDatum(Map<String, ?> properties, Temporal origin) Creates a temporal datum from a temporal origin.default TemporalDatumDatumFactory.createTemporalDatum(Map<String, ?> properties, Date origin) default VerticalDatumDatumAuthorityFactory.createVerticalDatum(String code) Returns a vertical datum from a code.default VerticalDatumDatumFactory.createVerticalDatum(Map<String, ?> properties, RealizationMethod method) Creates a vertical datum from an enumerated type value.default VerticalDatumDatumFactory.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 TypeMethodDescriptionbooleanRegisterOperations.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 MathTransformMathTransformFactory.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 throwsNoSuchAuthorityCodeExceptionunconditionally.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 throwsNoSuchAuthorityCodeExceptionunconditionally.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 throwsNoSuchAuthorityCodeExceptionunconditionally.PseudoEpsgFactory.createEngineeringDatum(String code) The default implementation throwsNoSuchAuthorityCodeExceptionunconditionally.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.ImageCRSis replaced byEngineeringCRSas of ISO 19111:2019.PseudoEpsgFactory.createImageDatum(String code) Deprecated.ImageDatumis replaced byEngineeringDatumas 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 ParameterValueGroupPseudoEpsgFactory.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 throwsNoSuchAuthorityCodeExceptionunconditionally.PseudoEpsgFactory.createParametricCS(String code) The default implementation throwsNoSuchAuthorityCodeExceptionunconditionally.PseudoEpsgFactory.createParametricDatum(String code) The default implementation throwsNoSuchAuthorityCodeExceptionunconditionally.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 throwsNoSuchAuthorityCodeExceptionunconditionally.PseudoEpsgFactory.createSphericalCS(String code) Creates a spherocal coordinate system from a code.PseudoEpsgFactory.createTemporalCRS(String code) The default implementation throwsNoSuchAuthorityCodeExceptionunconditionally.PseudoEpsgFactory.createTemporalDatum(String code) The default implementation throwsNoSuchAuthorityCodeExceptionunconditionally.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 throwsNoSuchAuthorityCodeExceptionunconditionally.PseudoEpsgFactory.createVerticalCS(String code) Creates a vertical coordinate system from a code.PseudoEpsgFactory.createVerticalDatum(String code) The default implementation throwsNoSuchAuthorityCodeExceptionunconditionally.PseudoEpsgFactory.getAuthorityCodes(Class<? extends IdentifiedObject> type) Returns the set of authority codes for objects of the given type.voidParameterizedTransformTest.testAbridgedMolodensky()Tests theAbridged Molodensky
(EPSG:9605) datum shift operation.voidAffineTransformTest.testAxisSwapping2D()Tests a transform swapping the axes in a two-dimensional space.voidParameterizedTransformTest.testCassiniSoldner()Tests theCassini-Soldner
(EPSG:9806) projection method.voidWKTParserTest.testCompoundWithParametric()Parses a compound CRS with a parametric component.voidWKTParserTest.testCompoundWithTime()Parses a compound CRS with a temporal component.voidWKTParserTest.testCompoundWithVertical()Parses a compound CRS with a vertical component.voidCRSTest.testCRSAuthorityCreation()Deprecated.Tests the creation of the WGS84 crs from the EPSG code.voidWKTParserTest.testDerivedEngineeringFromGeodetic()Parses a derived engineering CRS having a base geodetic CRS.voidWKTParserTest.testDerivedEngineeringFromProjected()Parses a derived engineering CRS having a base projected CRS.voidWKTParserTest.testDerivedGeodetic()Parses a derived geodetic CRS.voidAffineTransformTest.testDimensionReduction()Tests a transform which reduce the number of dimensions from 4 to 2.voidWKTParserTest.testEngineering()Parses an engineering CRS with North and West axis directions.voidWKTParserTest.testEngineeringForShip()Parses an engineering CRS anchored to a ship.voidWKTParserTest.testEngineeringRotated()Parses an engineering CRS with South-West and South-East axis directions.voidAuthorityFactoryTest.testEPSG_2065()Tests the EPSG:2065 (CRS S-JTSK (Ferro) / Krovak) projected CRS.voidAuthorityFactoryTest.testEPSG_2314()Tests the EPSG:2314 (Trinidad 1903 / Trinidad Grid) projected CRS.voidAuthorityFactoryTest.testEPSG_24200()Tests the EPSG:24200 (JAD69 / Jamaica National Grid) projected CRS.voidAuthorityFactoryTest.testEPSG_27700()Tests the EPSG:27700 (OSGB 1936 / British National Grid) projected CRS.voidAuthorityFactoryTest.testEPSG_28992()Tests the EPSG:28992 (Amersfoort / RD New) projected CRS.voidAuthorityFactoryTest.testEPSG_29873()Tests the EPSG:29873 (Timbalai 1948 / RSO Borneo (m)) projected CRS.voidAuthorityFactoryTest.testEPSG_3002()Tests the EPSG:3002 (Makassar / NEIEZ) projected CRS.voidAuthorityFactoryTest.testEPSG_3032()Tests the EPSG:3032 (WGS 84 / Australian Antarctic Polar Stereographic) projected CRS.voidAuthorityFactoryTest.testEPSG_3035()Tests the EPSG:3035 (ETRS89 / LAEA Europe) projected CRS.voidAuthorityFactoryTest.testEPSG_31300()Tests the EPSG:31300 (Belge 1972 / Belge Lambert 72) projected CRS.voidAuthorityFactoryTest.testEPSG_3139()Tests the EPSG:3139 (Vanua Levu 1915 / Vanua Levu Grid) projected CRS.voidAuthorityFactoryTest.testEPSG_32040()Tests the EPSG:32040 (NAD27 / Texas South Central) projected CRS.voidAuthorityFactoryTest.testEPSG_32661()Tests the EPSG:32661 (WGS 84 / UPS North (N,E)) projected CRS.voidAuthorityFactoryTest.testEPSG_3388()Tests the EPSG:3388 (Pulkovo 1942 / Caspian Sea Mercator) projected CRS.voidAuthorityFactoryTest.testEPSG_3857()Tests the EPSG:3857 (WGS 84 / Pseudo-Mercator) projected CRS.voidAuthorityFactoryTest.testEPSG_5041()Tests the EPSG:5041 (WGS 84 / UPS North (E,N)) projected CRS.voidParameterizedTransformTest.testEquidistantCylindrical()Tests theEquidistant Cylindrical
(EPSG:1028) projection.voidAffineTransformTest.testGeneral()Tests using a combination of scale, rotation and translation in a two-dimensional space.voidAffineTransformTest.testGenericScale2D()Tests using a non-uniform scale factor of (3,4) in a two-dimensional space.voidObjectFactoryTest.testGeocentric()Tests the creation of a geocentric CRS.voidWKTParserTest.testGeocentric()Parses a geodetic CRS with Cartesian coordinate system.voidParameterizedTransformTest.testGeocentricTopocentric()Tests theGeocentric/topocentric conversions
(EPSG:9836).voidWKTParserTest.testGeographic3D()Parses a three-dimensional geodetic CRS.voidParameterizedTransformTest.testGeographicTopocentric()Tests theGeographic/topocentric conversions
(EPSG:9837).voidWKTParserTest.testGeographicWithGradUnits()Parses a geodetic CRS with a prime meridian other than Greenwich and all angular units in grads.voidWKTParserTest.testGeographicWithIdentifier()Parses a geodetic CRS which contains a remark and an identifier.voidWKTParserTest.testGeographicWithUnicode()Parses a geodetic CRS which contain a remark written using non-ASCII characters.voidParameterizedTransformTest.testHotineObliqueMercator()Tests theHotine Oblique Mercator (variant B)
(EPSG:9815) projection method.voidParameterizedTransformTest.testHyperbolicCassiniSoldner()Tests theHyperbolic Cassini-Soldner
(EPSG:9833) projection method.voidAffineTransformTest.testIdentity1D()Tests using an identity transform in an one-dimensional space.voidAffineTransformTest.testIdentity2D()Tests using an identity transform in a two-dimensional space.voidAffineTransformTest.testIdentity3D()Tests using an identity transform in a three-dimensional space.voidParameterizedTransformTest.testKrovak()Tests theKrovak
(EPSG:9819) projection.voidParameterizedTransformTest.testLambertAzimuthalEqualArea()Tests theLambert Azimuthal Equal Area
(EPSG:9820) projection method.voidParameterizedTransformTest.testLambertConicConformal1SP()Tests theLambert Conic Conformal (1SP)
(EPSG:9801) projection method.voidParameterizedTransformTest.testLambertConicConformal2SP()Tests theLambert Conic Conformal (2SP)
(EPSG:9802) projection method.voidParameterizedTransformTest.testLambertConicConformalBelgium()Tests theLambert Conic Conformal (2SP Belgium)
(EPSG:9803) projection method.voidParameterizedTransformTest.testLambertConicConformalMichigan()Tests theLambert Conic Conformal (2SP Michigan)
(EPSG:1051) projection method.voidParameterizedTransformTest.testMercator1SP()Tests theMercator (variant A)
(EPSG:9804) projection method.voidParameterizedTransformTest.testMercator2SP()Tests theMercator (variant B)
(EPSG:9805) projection method.voidParameterizedTransformTest.testMercatorSpherical()Tests theMercator (Spherical)
(EPSG:1026) projection method.voidParameterizedTransformTest.testMercatorVariantC()Tests theMercator (variant C)
(EPSG:1044) projection method.voidParameterizedTransformTest.testMiller()Tests theIGNF:MILLER
projection.voidParameterizedTransformTest.testModifiedAzimuthalEquidistant()Tests theModified Azimuthal Equidistant
(EPSG:9832) projection.voidParameterizedTransformTest.testObliqueStereographic()Tests theOblique Stereographic
(EPSG:9809) projection method.voidParameterizedTransformTest.testOrthographic()Tests theOrthographic
(EPSG:9840) projection.voidWKTParserTest.testParametric()Parses a parametric CRS.voidParameterizedTransformTest.testPolarStereographicA()Tests thePolar Stereographic (variant A)
(EPSG:9810) projection method.voidParameterizedTransformTest.testPolarStereographicB()Tests thePolar Stereographic (variant B)
(EPSG:9829) projection method.voidParameterizedTransformTest.testPolarStereographicC()Tests thePolar Stereographic (variant C)
(EPSG:9830) projection method.voidParameterizedTransformTest.testPolyconic()Tests theAmerican Polyconic
(EPSG:9818) projection.voidObjectFactoryTest.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.voidWKTParserTest.testProjectedWithFootUnits()Parses a projected CRS with linear units in feet.voidObjectFactoryTest.testProjectedWithGeoidalHeight()Tests the creation of a compound CRS made of a projected CRS with a gravity-related height.voidWKTParserTest.testProjectedWithImplicitParameterUnits()Parses a projected CRS with implicit parameter units.voidWKTParserTest.testProjectedYX()Parses a projected CRS with linear units in metres and axes in (Y,X) order.voidParameterizedTransformTest.testPseudoMercator()Tests theMercator Popular Visualisation Pseudo Mercator
(EPSG:1024) projection method.voidAffineTransformTest.testRotation2D()Tests using an anticlockwise 30° rotation in a two-dimensional space.voidAffineTransformTest.testSouthOrientated2D()Tests using a 180° rotation in a two-dimensional space.voidWKTParserTest.testTemporal()Parses a temporal CRS.voidAffineTransformTest.testTranslatation2D()Tests using a translation of (400000,-100000) metres in a two-dimensional space.voidParameterizedTransformTest.testTransverseMercator()Tests theTransverse Mercator
(EPSG:9807) projection method.voidParameterizedTransformTest.testTransverseMercatorSouthOrientated()Tests the Transverse Mercator (South Orientated) (EPSG:9808) projection method.voidAffineTransformTest.testUniformScale2D()Tests using a uniform scale factor of 0.3048 in a two-dimensional space.voidWKTParserTest.testVertical()Parses a vertical CRS.voidAuthorityFactoryTest.testWGS84()Tests the creation of the EPSG:4326GeographicCRS.voidObjectFactoryTest.testWGS84()Tests the creation of the EPSG:4326GeographicCRS.voidObjectFactoryTest.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.RowAuthorityCodesReport.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 TypeMethodDescriptionvoidAuthorityCodesReport.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 TypeClassDescriptionclassThrown when an identifier provided to a factory method cannot be found.classThrown when a factory does not implement a method.