Package mil.nga.crs.temporal
Class TemporalCoordinateReferenceSystem
- java.lang.Object
-
- mil.nga.crs.CRS
-
- mil.nga.crs.CommonCRS
-
- mil.nga.crs.CoordinateReferenceSystem
-
- mil.nga.crs.SimpleCoordinateReferenceSystem
-
- mil.nga.crs.temporal.TemporalCoordinateReferenceSystem
-
- All Implemented Interfaces:
Identifiable,ScopeExtentIdentifierRemark
public class TemporalCoordinateReferenceSystem extends SimpleCoordinateReferenceSystem
Temporal Coordinate Reference System- Author:
- osbornb
-
-
Constructor Summary
Constructors Constructor Description TemporalCoordinateReferenceSystem()ConstructorTemporalCoordinateReferenceSystem(String name, TemporalDatum temporalDatum, CoordinateSystem coordinateSystem)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)TemporalDatumgetDatum()Get the temporal datuminthashCode()voidsetDatum(TemporalDatum datum)Set the temporal datum-
Methods inherited from class mil.nga.crs.SimpleCoordinateReferenceSystem
getCoordinateSystem, setCoordinateSystem
-
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
-
TemporalCoordinateReferenceSystem
public TemporalCoordinateReferenceSystem()
Constructor
-
TemporalCoordinateReferenceSystem
public TemporalCoordinateReferenceSystem(String name, TemporalDatum temporalDatum, CoordinateSystem coordinateSystem)
Constructor- Parameters:
name- nametemporalDatum- temporal datumcoordinateSystem- coordinate system
-
-
Method Detail
-
getDatum
public TemporalDatum getDatum()
Get the temporal datum- Returns:
- temporal datum
-
setDatum
public void setDatum(TemporalDatum datum)
Set the temporal datum- Parameters:
datum- temporal datum
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSimpleCoordinateReferenceSystem
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classSimpleCoordinateReferenceSystem
-
-