es.uji.lsi.wcs.XmlWcsParsing
Class SupportedCRSs

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

public class SupportedCRSs
extends java.lang.Object

Author:
jaume

Constructor Summary
SupportedCRSs(XMLNode node)
          Creates a new instance of SupportedCRCs
 
Method Summary
 java.util.ArrayList getAllRequestableCRSs()
           
 java.util.ArrayList getNativeCRSs()
           
 java.util.ArrayList getRequestCRSs()
           
 java.util.ArrayList getRequestResponseCRSs()
           
 java.util.ArrayList getResponseCRSs()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SupportedCRSs

public SupportedCRSs(XMLNode node)
Creates a new instance of SupportedCRCs

Method Detail

getRequestResponseCRSs

public java.util.ArrayList getRequestResponseCRSs()

getRequestCRSs

public java.util.ArrayList getRequestCRSs()

getResponseCRSs

public java.util.ArrayList getResponseCRSs()

getNativeCRSs

public java.util.ArrayList getNativeCRSs()

getAllRequestableCRSs

public java.util.ArrayList getAllRequestableCRSs()

toString

public java.lang.String toString()