org.deegree.protocol.wfs.metadata
Class WFSFeatureType

java.lang.Object
  extended by org.deegree.protocol.wfs.metadata.WFSFeatureType

public class WFSFeatureType
extends Object

FeatureType metadata announced by a WFS.

Version:
$Revision: 31686 $, $Date: 2011-08-30 14:21:49 +0200 (Tue, 30 Aug 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
WFSFeatureType(QName name, List<LanguageString> titles, List<LanguageString> abstracts, List<String> outputFormats, List<Object> keywords, CRSRef defaultCrs, List<CRSRef> otherCrs, List<Envelope> wgs84BBoxes, List<Object> mdReferences, Object extendedDescription)
           
 
Method Summary
 List<LanguageString> getAbstracts()
           
 CRSRef getDefaultCrs()
           
 List<Object> getKeywords()
           
 List<Object> getMetadataReferences()
           
 QName getName()
           
 List<CRSRef> getOtherCrs()
           
 List<String> getOutputFormats()
           
 List<LanguageString> getTitles()
           
 Envelope getWGS84BoundingBox()
           
 List<Envelope> getWGS84BoundingBoxes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WFSFeatureType

public WFSFeatureType(QName name,
                      List<LanguageString> titles,
                      List<LanguageString> abstracts,
                      List<String> outputFormats,
                      List<Object> keywords,
                      CRSRef defaultCrs,
                      List<CRSRef> otherCrs,
                      List<Envelope> wgs84BBoxes,
                      List<Object> mdReferences,
                      Object extendedDescription)
Method Detail

getName

public QName getName()

getTitles

public List<LanguageString> getTitles()

getAbstracts

public List<LanguageString> getAbstracts()

getOutputFormats

public List<String> getOutputFormats()

getKeywords

public List<Object> getKeywords()

getDefaultCrs

public CRSRef getDefaultCrs()

getOtherCrs

public List<CRSRef> getOtherCrs()

getWGS84BoundingBox

public Envelope getWGS84BoundingBox()

getWGS84BoundingBoxes

public List<Envelope> getWGS84BoundingBoxes()

getMetadataReferences

public List<Object> getMetadataReferences()


Copyright © 2011. All Rights Reserved.