Package mil.nga.crs
Class CoordinateReferenceSystem
- java.lang.Object
-
- mil.nga.crs.CRS
-
- mil.nga.crs.CommonCRS
-
- mil.nga.crs.CoordinateReferenceSystem
-
- All Implemented Interfaces:
Identifiable
,ScopeExtentIdentifierRemark
- Direct Known Subclasses:
BoundCoordinateReferenceSystem
,CompoundCoordinateReferenceSystem
,SimpleCoordinateReferenceSystem
public abstract class CoordinateReferenceSystem extends CommonCRS
Coordinate Reference System- Author:
- osbornb
-
-
Constructor Summary
Constructors Constructor Description CoordinateReferenceSystem()
ConstructorCoordinateReferenceSystem(String name, CRSType type)
ConstructorCoordinateReferenceSystem(CRSType type)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
-
Methods inherited from class mil.nga.crs.CommonCRS
addIdentifier, addIdentifiers, addUsage, addUsages, getIdentifier, getIdentifiers, getName, getRemark, getUsage, getUsages, hasIdentifiers, hasRemark, hasUsages, numIdentifiers, numUsages, setIdentifiers, setName, setRemark, setUsages
-
-
-
-
Constructor Detail
-
CoordinateReferenceSystem
public CoordinateReferenceSystem()
Constructor
-
CoordinateReferenceSystem
public CoordinateReferenceSystem(CRSType type)
Constructor- Parameters:
type
- coordinate reference system type
-
-