|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchAuthorityCodeException | |
---|---|
org.opengis.referencing | Reference systems. |
org.opengis.referencing.crs | Coordinate reference systems (coordinate systems with a datum). |
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 | |
---|---|
IdentifiedObject |
AuthorityFactory.createObject(String code)
Returns an arbitrary object from a code. |
InternationalString |
AuthorityFactory.getDescriptionText(String code)
Gets a description of the object corresponding to a code. |
Uses of NoSuchAuthorityCodeException in org.opengis.referencing.crs |
---|
Uses of NoSuchAuthorityCodeException in org.opengis.referencing.cs |
---|
Methods in org.opengis.referencing.cs that throw NoSuchAuthorityCodeException | |
---|---|
CartesianCS |
CSAuthorityFactory.createCartesianCS(String code)
Creates a cartesian coordinate system from a code. |
CoordinateSystem |
CSAuthorityFactory.createCoordinateSystem(String code)
Returns an arbitrary coordinate system from a code. |
CoordinateSystemAxis |
CSAuthorityFactory.createCoordinateSystemAxis(String code)
Returns a coordinate system axis from a code. |
CylindricalCS |
CSAuthorityFactory.createCylindricalCS(String code)
Creates a cylindrical coordinate system from a code. |
EllipsoidalCS |
CSAuthorityFactory.createEllipsoidalCS(String code)
Creates an ellipsoidal coordinate system from a code. |
PolarCS |
CSAuthorityFactory.createPolarCS(String code)
Creates a polar coordinate system from a code. |
SphericalCS |
CSAuthorityFactory.createSphericalCS(String code)
Creates a spherical coordinate system from a code. |
TimeCS |
CSAuthorityFactory.createTimeCS(String code)
Creates a temporal coordinate system from a code. |
Unit<?> |
CSAuthorityFactory.createUnit(String code)
Returns an unit from a code. |
VerticalCS |
CSAuthorityFactory.createVerticalCS(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 | |
---|---|
Datum |
DatumAuthorityFactory.createDatum(String code)
Returns an arbitrary datum from a code. |
Ellipsoid |
DatumAuthorityFactory.createEllipsoid(String code)
Returns an ellipsoid from a code. |
EngineeringDatum |
DatumAuthorityFactory.createEngineeringDatum(String code)
Creates a engineering datum from a code. |
GeodeticDatum |
DatumAuthorityFactory.createGeodeticDatum(String code)
Returns a geodetic datum from a code. |
ImageDatum |
DatumAuthorityFactory.createImageDatum(String code)
Creates a image datum from a code. |
PrimeMeridian |
DatumAuthorityFactory.createPrimeMeridian(String code)
Returns a prime meridian from a code. |
TemporalDatum |
DatumAuthorityFactory.createTemporalDatum(String code)
Creates a temporal datum from a code. |
VerticalDatum |
DatumAuthorityFactory.createVerticalDatum(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 | |
---|---|
CoordinateOperation |
CoordinateOperationAuthorityFactory.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. |
OperationMethod |
CoordinateOperationAuthorityFactory.createOperationMethod(String code)
Creates an operation method from a single code. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |