Method Summary |
|
public CRSAuthorityFactory | getCRSAuthorityFactory() Returns the
singleton. |
public CRSFactory | getCRSFactory() Returns the
singleton. |
public CSAuthorityFactory | getCSAuthorityFactory() Returns the
singleton. |
public CSFactory | getCSFactory() Returns the
singleton. |
public CommonCapabilities | getCapabilities() Returns an object that represents the capabilities of this common factory and its
associated canvas. |
public CitationFactory | getCitationFactory() Returns the
singleton. |
public CoordinateOperationAuthorityFactory | getCoordinateOperationAuthorityFactory() Returns the
singleton. |
public CoordinateOperationFactory | getCoordinateOperationFactory() Returns the
singleton. |
public DatumAuthorityFactory | getDatumAuthorityFactory() Returns the
singleton. |
public DatumFactory | getDatumFactory() Returns the
singleton. |
public static synchronized CommonFactory | getDefault() Returns a default common factory instance. |
public DisplayFactory | getDisplayFactory() Returns the
singleton. |
public FeatureDisplayFactory | getFeatureDisplayFactory() Returns the
singleton. |
public FeatureStyleFactory | getFeatureStyleFactory() Returns the
singleton. |
public FilterFactory | getFilterFactory() Returns the
singleton. |
public GeometryFactory | getGeometryFactory(CoordinateReferenceSystem crs) Returns the
equiped to build geometries
using the given
.
NOTE: This method is not yet supported in Geotools.
The default implementation thrown an exception in all case.
Parameters: crs - the the should use. |
public NameFactory | getNameFactory() Returns the
singleton. |
public PrimitiveFactory | getPrimitiveFactory(CoordinateReferenceSystem crs) Returns the
equiped to build primitives
using the given
.
NOTE: This method is not yet supported in Geotools.
The default implementation thrown an exception in all case.
Parameters: crs - the the should use. |
public TypeFactory | getTypeFactory() Returns the
singleton. |