Uses of Class
org.opengis.referencing.NoSuchAuthorityCodeException
Package
Description
Coordinate systems and their
axis.
Geodetic datum (the relationship of a
coordinate system to the earth).
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of NoSuchAuthorityCodeException in org.opengis.referencing
Modifier and TypeMethodDescriptionAuthorityFactory.createObject
(String code) Returns an arbitrary object from a code.AuthorityFactory.getDescriptionText
(String code) Gets a description of the object corresponding to a code. -
Uses of NoSuchAuthorityCodeException in org.opengis.referencing.crs
Modifier and TypeMethodDescriptionCRSAuthorityFactory.createCompoundCRS
(String code) Creates a 3D coordinate reference system from a code.CRSAuthorityFactory.createCoordinateReferenceSystem
(String code) Returns an arbitrary coordinate reference system from a code.CRSAuthorityFactory.createDerivedCRS
(String code) Creates a derived coordinate reference system from a code.CRSAuthorityFactory.createEngineeringCRS
(String code) Create a engineering coordinate reference system from a code.CRSAuthorityFactory.createGeocentricCRS
(String code) Returns a geocentric coordinate reference system from a code.CRSAuthorityFactory.createGeographicCRS
(String code) Returns a geographic coordinate reference system from a code.CRSAuthorityFactory.createImageCRS
(String code) Create a image coordinate reference system from a code.CRSAuthorityFactory.createProjectedCRS
(String code) Returns a projected coordinate reference system from a code.CRSAuthorityFactory.createTemporalCRS
(String code) Create a temporal coordinate reference system from a code.CRSAuthorityFactory.createVerticalCRS
(String code) Create a vertical coordinate reference system from a code. -
Uses of NoSuchAuthorityCodeException in org.opengis.referencing.cs
Modifier and TypeMethodDescriptionCSAuthorityFactory.createCartesianCS
(String code) Creates a cartesian coordinate system from a code.CSAuthorityFactory.createCoordinateSystem
(String code) Returns an arbitrary coordinate system from a code.CSAuthorityFactory.createCoordinateSystemAxis
(String code) Returns a coordinate system axis from a code.CSAuthorityFactory.createCylindricalCS
(String code) Creates a cylindrical coordinate system from a code.CSAuthorityFactory.createEllipsoidalCS
(String code) Creates an ellipsoidal coordinate system from a code.CSAuthorityFactory.createPolarCS
(String code) Creates a polar coordinate system from a code.CSAuthorityFactory.createSphericalCS
(String code) Creates a spherical coordinate system from a code.CSAuthorityFactory.createTimeCS
(String code) Creates a temporal coordinate system from a code.Unit<?>
CSAuthorityFactory.createUnit
(String code) Returns an unit from a code.CSAuthorityFactory.createVerticalCS
(String code) Creates a vertical coordinate system from a code. -
Uses of NoSuchAuthorityCodeException in org.opengis.referencing.datum
Modifier and TypeMethodDescriptionDatumAuthorityFactory.createDatum
(String code) Returns an arbitrary datum from a code.DatumAuthorityFactory.createEllipsoid
(String code) Returns an ellipsoid from a code.DatumAuthorityFactory.createEngineeringDatum
(String code) Creates a engineering datum from a code.DatumAuthorityFactory.createGeodeticDatum
(String code) Returns a geodetic datum from a code.DatumAuthorityFactory.createImageDatum
(String code) Creates a image datum from a code.DatumAuthorityFactory.createPrimeMeridian
(String code) Returns a prime meridian from a code.DatumAuthorityFactory.createTemporalDatum
(String code) Creates a temporal datum from a code.DatumAuthorityFactory.createVerticalDatum
(String code) Creates a vertical datum from a code. -
Uses of NoSuchAuthorityCodeException in org.opengis.referencing.operation
Modifier and TypeMethodDescriptionCoordinateOperationAuthorityFactory.createCoordinateOperation
(String code) Creates an operation from a single operation code.CoordinateOperationAuthorityFactory.createFromCoordinateReferenceSystemCodes
(String sourceCRS, String targetCRS) Creates operations from coordinate reference system codes.CoordinateOperationAuthorityFactory.createOperationMethod
(String code) Creates an operation method from a single code.