|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommonCapabilities
The CommonCapabilities
interface provides runtime information
about the capabilities of a given GO-1 implementation. Objects implementing
this interface are obtained through the
CommonFactory.getCapabilities()
method.
Method Summary | |
---|---|
String[] |
getSupportedCoordinateReferenceSystems()
Returns an array of Strings that are keys for the Coordinate Reference Systems that this implementation supports. |
String[] |
getSupportedDatums()
Returns an array of Strings that are keys for the datums that this implementation supports. |
Class[] |
getSupportedDirectPositions()
Returns an array of Class objects for the directposition
interfaces that are supported by a given implementation. |
Class[] |
getSupportedDirectPositions(CoordinateReferenceSystem crs)
Returns an array of Class objects for the directposition
interfaces that are supported by a given implementation for the specified
Coordinate Reference System. |
Class[] |
getSupportedGeometries()
Returns an array of Class objects for the geometry
interfaces that are supported by a given implementation. |
Class[] |
getSupportedOrientations()
Returns an array of Class objects for the orientation
interfaces that are supported by a given implementation. |
Class[] |
getSupportedOrientations(CoordinateReferenceSystem crs)
Returns an array of Class objects for the orientation
interfaces that are supported by a given implementation for the specified
Coordinate Reference System. |
PathType[] |
getSupportedPathTypes()
Returns an array of PathType objects that indicates the
path types that are supported. |
String[] |
getSupportedProjections()
Returns an array of Strings representing the projections that are supported. |
Class[] |
getSupportedSpatialSchemaObjects(CoordinateReferenceSystem crs)
Returns an array of Class objects from the
spatialschema-package that are supported by a given implementation for
the specified Coordinate Reference System. |
Method Detail |
---|
Class[] getSupportedDirectPositions()
Class
objects for the directposition
interfaces that are supported by a given implementation.
Class[] getSupportedDirectPositions(CoordinateReferenceSystem crs)
Class
objects for the directposition
interfaces that are supported by a given implementation for the specified
Coordinate Reference System.
crs
- the Coordinate Reference System.Class[] getSupportedSpatialSchemaObjects(CoordinateReferenceSystem crs)
Class
objects from the
spatialschema-package that are supported by a given implementation for
the specified Coordinate Reference System.
crs
- the Coordinate Reference System.Class[] getSupportedOrientations()
Class
objects for the orientation
interfaces that are supported by a given implementation.
Class[] getSupportedOrientations(CoordinateReferenceSystem crs)
Class
objects for the orientation
interfaces that are supported by a given implementation for the specified
Coordinate Reference System.
crs
- the Coordinate Reference System.Class[] getSupportedGeometries()
Class
objects for the geometry
interfaces that are supported by a given implementation. These Class
objects can be used in a call to
GeometryFactory.getGeometry(Class)
.
String[] getSupportedCoordinateReferenceSystems()
CoordinateReferenceSystemFactory.getCoordinateReferenceSystem(String)
.
String[] getSupportedDatums()
DatumFactory.getDatum(String)
.
PathType[] getSupportedPathTypes()
PathType
objects that indicates the
path types that are supported.
String[] getSupportedProjections()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |