Uses of Class
org.opengis.referencing.NoSuchAuthorityCodeException
- 
Packages that use NoSuchAuthorityCodeException Package Description org.opengis.referencing Base interfaces for reference systems.org.opengis.referencing.crs org.opengis.referencing.cs Coordinate systems and their axis.org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). - 
- 
Uses of NoSuchAuthorityCodeException in org.opengis.referencing
Methods in org.opengis.referencing that throw NoSuchAuthorityCodeException Modifier and Type Method Description IdentifiedObjectAuthorityFactory. createObject(String code)Returns an arbitrary object from a code.InternationalStringAuthorityFactory. getDescriptionText(String code)Gets a description of the object corresponding to a code. - 
Uses of NoSuchAuthorityCodeException in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that throw NoSuchAuthorityCodeException Modifier and Type Method Description CompoundCRSCRSAuthorityFactory. createCompoundCRS(String code)Returns a 3D coordinate reference system from a code.CoordinateReferenceSystemCRSAuthorityFactory. createCoordinateReferenceSystem(String code)Returns an arbitrary coordinate reference system from a code.DerivedCRSCRSAuthorityFactory. createDerivedCRS(String code)Returns a derived coordinate reference system from a code.EngineeringCRSCRSAuthorityFactory. createEngineeringCRS(String code)Returns a engineering coordinate reference system from a code.GeocentricCRSCRSAuthorityFactory. createGeocentricCRS(String code)Returns a geocentric coordinate reference system from a code.GeographicCRSCRSAuthorityFactory. createGeographicCRS(String code)Returns a geographic coordinate reference system from a code.ImageCRSCRSAuthorityFactory. createImageCRS(String code)Returns a image coordinate reference system from a code.ParametricCRSCRSAuthorityFactory. createParametricCRS(String code)Returns a parametric coordinate reference system from a code.ProjectedCRSCRSAuthorityFactory. createProjectedCRS(String code)Returns a projected coordinate reference system from a code.TemporalCRSCRSAuthorityFactory. createTemporalCRS(String code)Returns a temporal coordinate reference system from a code.VerticalCRSCRSAuthorityFactory. createVerticalCRS(String code)Returns a vertical coordinate reference system from a code. - 
Uses of NoSuchAuthorityCodeException in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that throw NoSuchAuthorityCodeException Modifier and Type Method Description CartesianCSCSAuthorityFactory. createCartesianCS(String code)Returns a Cartesian coordinate system from a code.CoordinateSystemCSAuthorityFactory. createCoordinateSystem(String code)Returns an arbitrary coordinate system from a code.CoordinateSystemAxisCSAuthorityFactory. createCoordinateSystemAxis(String code)Returns a coordinate system axis from a code.CylindricalCSCSAuthorityFactory. createCylindricalCS(String code)Returns a cylindrical coordinate system from a code.EllipsoidalCSCSAuthorityFactory. createEllipsoidalCS(String code)Returns an ellipsoidal coordinate system from a code.ParametricCSCSAuthorityFactory. createParametricCS(String code)Returns a parametric coordinate system from a code.PolarCSCSAuthorityFactory. createPolarCS(String code)Returns a polar coordinate system from a code.SphericalCSCSAuthorityFactory. createSphericalCS(String code)Returns a spherical coordinate system from a code.TimeCSCSAuthorityFactory. createTimeCS(String code)Returns a temporal coordinate system from a code.Unit<?>CSAuthorityFactory. createUnit(String code)Returns an unit of measurement from a code.VerticalCSCSAuthorityFactory. createVerticalCS(String code)Returns a vertical coordinate system from a code. - 
Uses of NoSuchAuthorityCodeException in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that throw NoSuchAuthorityCodeException Modifier and Type Method Description DatumDatumAuthorityFactory. createDatum(String code)Returns an arbitrary datum from a code.EllipsoidDatumAuthorityFactory. createEllipsoid(String code)Returns an ellipsoid from a code.EngineeringDatumDatumAuthorityFactory. createEngineeringDatum(String code)Returns a engineering datum from a code.GeodeticDatumDatumAuthorityFactory. createGeodeticDatum(String code)Returns a geodetic datum from a code.ImageDatumDatumAuthorityFactory. createImageDatum(String code)Returns a image datum from a code.ParametricDatumDatumAuthorityFactory. createParametricDatum(String code)Returns a parametric datum from a code.PrimeMeridianDatumAuthorityFactory. createPrimeMeridian(String code)Returns a prime meridian from a code.TemporalDatumDatumAuthorityFactory. createTemporalDatum(String code)Returns a temporal datum from a code.VerticalDatumDatumAuthorityFactory. createVerticalDatum(String code)Returns a vertical datum from a code. - 
Uses of NoSuchAuthorityCodeException in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that throw NoSuchAuthorityCodeException Modifier and Type Method Description CoordinateOperationCoordinateOperationAuthorityFactory. createCoordinateOperation(String code)Creates an operation from a single operation code.Set<CoordinateOperation>CoordinateOperationAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)Creates operations from coordinate reference system codes.OperationMethodCoordinateOperationAuthorityFactory. createOperationMethod(String code)Creates an operation method from a single code. 
 -