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