org.deegree.geometry.metadata
Class SpatialMetadata
java.lang.Object
org.deegree.geometry.metadata.SpatialMetadata
public class SpatialMetadata
- extends Object
- Version:
- $Revision: $, $Date: $
- Author:
- Andreas Schmitz, last edited by: $Author: stranger $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpatialMetadata
public SpatialMetadata(Envelope envelope,
List<ICRS> coordinateSystems)
- Parameters:
envelope
- coordinateSystems
-
getEnvelope
public Envelope getEnvelope()
- Returns:
- the envelope
setEnvelope
public void setEnvelope(Envelope envelope)
- Parameters:
envelope
- the envelope to set
getCoordinateSystems
public List<ICRS> getCoordinateSystems()
- Returns:
- the coordinateSystems, never null
setCoordinateSystems
public void setCoordinateSystems(List<ICRS> coordinateSystems)
- Parameters:
coordinateSystems
- the coordinateSystems to set, may not be null
Copyright © 2011. All Rights Reserved.