Package org.apache.sis.referencing.cs
Class SubTypes
java.lang.Object
org.apache.sis.referencing.cs.SubTypes
Implementation of
AbstractCS
methods that require knowledge about subclasses.
Those methods are defined in a separated static class for avoiding class loading of all
coordinate system 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 AbstractCS
castOrCopy
(org.opengis.referencing.cs.CoordinateSystem object) Returns a SIS implementation for the given coordinate system.
-
Constructor Details
-
SubTypes
private SubTypes()Do not allow instantiation of this class.
-
-
Method Details
-
castOrCopy
Returns a SIS implementation for the given coordinate system.- See Also:
-