Uses of Class
org.opengis.referencing.NoSuchAuthorityCodeException
-
Packages that use NoSuchAuthorityCodeException Package Description org.opengis.referencing 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).org.opengis.test.referencing Validators and test suites for theorg.opengis.referencingpackage. -
-
Uses of NoSuchAuthorityCodeException in org.opengis.referencing
Methods in org.opengis.referencing that throw NoSuchAuthorityCodeException Modifier and Type Method Description IdentifiedObjectAuthorityFactory. createObject(java.lang.String code)Returns an arbitrary object from a code.InternationalStringAuthorityFactory. getDescriptionText(java.lang.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(java.lang.String code)Creates a 3D coordinate reference system from a code.CoordinateReferenceSystemCRSAuthorityFactory. createCoordinateReferenceSystem(java.lang.String code)Returns an arbitrary coordinate reference system from a code.DerivedCRSCRSAuthorityFactory. createDerivedCRS(java.lang.String code)Creates a derived coordinate reference system from a code.EngineeringCRSCRSAuthorityFactory. createEngineeringCRS(java.lang.String code)Create a engineering coordinate reference system from a code.GeocentricCRSCRSAuthorityFactory. createGeocentricCRS(java.lang.String code)Returns a geocentric coordinate reference system from a code.GeographicCRSCRSAuthorityFactory. createGeographicCRS(java.lang.String code)Returns a geographic coordinate reference system from a code.ImageCRSCRSAuthorityFactory. createImageCRS(java.lang.String code)Create a image coordinate reference system from a code.ProjectedCRSCRSAuthorityFactory. createProjectedCRS(java.lang.String code)Returns a projected coordinate reference system from a code.TemporalCRSCRSAuthorityFactory. createTemporalCRS(java.lang.String code)Create a temporal coordinate reference system from a code.VerticalCRSCRSAuthorityFactory. createVerticalCRS(java.lang.String code)Create 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(java.lang.String code)Creates a cartesian coordinate system from a code.CoordinateSystemCSAuthorityFactory. createCoordinateSystem(java.lang.String code)Returns an arbitrary coordinate system from a code.CoordinateSystemAxisCSAuthorityFactory. createCoordinateSystemAxis(java.lang.String code)Returns a coordinate system axis from a code.CylindricalCSCSAuthorityFactory. createCylindricalCS(java.lang.String code)Creates a cylindrical coordinate system from a code.EllipsoidalCSCSAuthorityFactory. createEllipsoidalCS(java.lang.String code)Creates an ellipsoidal coordinate system from a code.PolarCSCSAuthorityFactory. createPolarCS(java.lang.String code)Creates a polar coordinate system from a code.SphericalCSCSAuthorityFactory. createSphericalCS(java.lang.String code)Creates a spherical coordinate system from a code.TimeCSCSAuthorityFactory. createTimeCS(java.lang.String code)Creates a temporal coordinate system from a code.javax.measure.Unit<?>CSAuthorityFactory. createUnit(java.lang.String code)Returns an unit from a code.VerticalCSCSAuthorityFactory. createVerticalCS(java.lang.String code)Creates 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(java.lang.String code)Returns an arbitrary datum from a code.EllipsoidDatumAuthorityFactory. createEllipsoid(java.lang.String code)Returns an ellipsoid from a code.EngineeringDatumDatumAuthorityFactory. createEngineeringDatum(java.lang.String code)Creates a engineering datum from a code.GeodeticDatumDatumAuthorityFactory. createGeodeticDatum(java.lang.String code)Returns a geodetic datum from a code.ImageDatumDatumAuthorityFactory. createImageDatum(java.lang.String code)Creates a image datum from a code.PrimeMeridianDatumAuthorityFactory. createPrimeMeridian(java.lang.String code)Returns a prime meridian from a code.TemporalDatumDatumAuthorityFactory. createTemporalDatum(java.lang.String code)Creates a temporal datum from a code.VerticalDatumDatumAuthorityFactory. createVerticalDatum(java.lang.String code)Creates 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(java.lang.String code)Creates an operation from a single operation code.java.util.Set<CoordinateOperation>CoordinateOperationAuthorityFactory. createFromCoordinateReferenceSystemCodes(java.lang.String sourceCRS, java.lang.String targetCRS)Creates operations from coordinate reference system codes.OperationMethodCoordinateOperationAuthorityFactory. createOperationMethod(java.lang.String code)Creates an operation method from a single code. -
Uses of NoSuchAuthorityCodeException in org.opengis.test.referencing
Methods in org.opengis.test.referencing that throw NoSuchAuthorityCodeException Modifier and Type Method Description voidCRSTest. testCRSAuthorityCreation()Tests the creation of the WGS84 crs from the EPSG code.
-