Package org.apache.sis.referencing.datum
Class SubTypes
java.lang.Object
org.apache.sis.referencing.datum.SubTypes
Implementation of
AbstractDatum
methods that require knowledge about subclasses.
Those methods are defined in a separated static class for avoiding class loading of all
datum implementations before necessary.
This class currently provides implementation for the following methods:
- Since:
- 0.4
- Version:
- 0.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static AbstractDatum
castOrCopy
(org.opengis.referencing.datum.Datum object) Returns a SIS implementation for the given datum.
-
Constructor Details
-
SubTypes
private SubTypes()Do not allow instantiation of this class.
-
-
Method Details
-
castOrCopy
Returns a SIS implementation for the given datum.- See Also:
-