es.uji.lsi.wcs.XmlWcsParsing
Class SpatialDomain

java.lang.Object
  extended byes.uji.lsi.wcs.XmlWcsParsing.SpatialDomain

public class SpatialDomain
extends java.lang.Object

Author:
jaume

Constructor Summary
SpatialDomain(XMLNode node)
          Creates a new instance of SpatialDomain
 
Method Summary
 GMLEnvelopeWithTimePeriod getGMLEnvelope(java.lang.String srsName)
           
 java.util.ArrayList getGMLEnvelopeNames()
           
 java.util.ArrayList getGMLEnvelopeWithTimePeriodList()
           
 java.util.ArrayList getGMLGridList()
           
 java.util.ArrayList getGMLPolygonList()
           
 GMLRectifiedGrid getGMLRectifiedGrid()
           
 java.awt.geom.Point2D getMaxRes()
           
 double getMaxResX()
          Returns the max native resolution for the Y axis Devuelve la resolución nativa máxima de la cobert
 double getMaxResY()
          Returns the max native resolution for the Y axis Devuelve la resolución nativa máxima de la cobert
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpatialDomain

public SpatialDomain(XMLNode node)
Creates a new instance of SpatialDomain

Method Detail

getGMLEnvelopeWithTimePeriodList

public java.util.ArrayList getGMLEnvelopeWithTimePeriodList()

getGMLGridList

public java.util.ArrayList getGMLGridList()

getGMLRectifiedGrid

public GMLRectifiedGrid getGMLRectifiedGrid()

getGMLPolygonList

public java.util.ArrayList getGMLPolygonList()

getGMLEnvelopeNames

public java.util.ArrayList getGMLEnvelopeNames()

getGMLEnvelope

public GMLEnvelopeWithTimePeriod getGMLEnvelope(java.lang.String srsName)

toString

public java.lang.String toString()

getMaxResX

public double getMaxResX()
Returns the max native resolution for the Y axis Devuelve la resolución nativa máxima de la cobert

Returns:

getMaxResY

public double getMaxResY()
Returns the max native resolution for the Y axis Devuelve la resolución nativa máxima de la cobert

Returns:

getMaxRes

public java.awt.geom.Point2D getMaxRes()