Class SubTypes

java.lang.Object
org.apache.sis.referencing.cs.SubTypes

final class SubTypes extends Object
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
    Modifier
    Constructor
    Description
    private
    Do not allow instantiation of this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) static AbstractCS
    castOrCopy(org.opengis.referencing.cs.CoordinateSystem object)
    Returns a SIS implementation for the given coordinate system.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SubTypes

      private SubTypes()
      Do not allow instantiation of this class.
  • Method Details