org.deegree.geometry.metadata
Class SpatialMetadata

java.lang.Object
  extended by org.deegree.geometry.metadata.SpatialMetadata

public class SpatialMetadata
extends Object

Version:
$Revision: $, $Date: $
Author:
Andreas Schmitz, last edited by: $Author: stranger $

Constructor Summary
SpatialMetadata(Envelope envelope, List<ICRS> coordinateSystems)
           
 
Method Summary
 List<ICRS> getCoordinateSystems()
           
 Envelope getEnvelope()
           
 void setCoordinateSystems(List<ICRS> coordinateSystems)
           
 void setEnvelope(Envelope envelope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpatialMetadata

public SpatialMetadata(Envelope envelope,
                       List<ICRS> coordinateSystems)
Parameters:
envelope -
coordinateSystems -
Method Detail

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.