public class CompoundCoordinateReferenceSystem extends CoordinateReferenceSystem
| Constructor and Description |
|---|
CompoundCoordinateReferenceSystem()
Constructor
|
CompoundCoordinateReferenceSystem(String name,
CRSType type)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCoordinateReferenceSystem(SimpleCoordinateReferenceSystem crs)
Add the coordinate reference system
|
void |
addCoordinateReferenceSystems(List<SimpleCoordinateReferenceSystem> crss)
Add the coordinate reference systems
|
boolean |
equals(Object obj) |
SimpleCoordinateReferenceSystem |
getCoordinateReferenceSystem(int index)
Get the coordinate reference system at the index
|
List<SimpleCoordinateReferenceSystem> |
getCoordinateReferenceSystems()
Get the coordinate reference systems
|
int |
hashCode() |
int |
numCoordinateReferenceSystems()
Number of coordinate reference systems
|
void |
setCoordinateReferenceSystems(List<SimpleCoordinateReferenceSystem> coordinateReferenceSystems)
Set the coordinate reference systems
|
addIdentifier, addIdentifiers, addUsage, addUsages, getIdentifier, getIdentifiers, getName, getRemark, getUsage, getUsages, hasIdentifiers, hasRemark, hasUsages, numIdentifiers, numUsages, setIdentifiers, setName, setRemark, setUsagespublic CompoundCoordinateReferenceSystem()
public List<SimpleCoordinateReferenceSystem> getCoordinateReferenceSystems()
public int numCoordinateReferenceSystems()
public SimpleCoordinateReferenceSystem getCoordinateReferenceSystem(int index)
index - crs indexpublic void setCoordinateReferenceSystems(List<SimpleCoordinateReferenceSystem> coordinateReferenceSystems)
coordinateReferenceSystems - coordinate reference systemspublic void addCoordinateReferenceSystem(SimpleCoordinateReferenceSystem crs)
crs - coordinate reference systempublic void addCoordinateReferenceSystems(List<SimpleCoordinateReferenceSystem> crss)
crss - coordinate reference systemspublic int hashCode()
hashCode in class CoordinateReferenceSystempublic boolean equals(Object obj)
equals in class CoordinateReferenceSystemCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.