|
deegree 2.4 (2010/11/11 10:47 build-27-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.ogcwebservices.wfs.capabilities.WFSFeatureType
public class WFSFeatureType
Represents a feature type in the context of an OGC-WFS 1.1.0 capabilities document.
| Constructor Summary | |
|---|---|
WFSFeatureType(QualifiedName name,
String title,
String abstract_,
Keywords[] keywords,
URI defaultSrs,
URI[] otherSrs,
Operation[] operations,
FormatType[] outputFormats,
Envelope[] wgs84BoundingBoxes,
MetadataURL[] metadataUrls)
Creates a new instance of WFSFeatureType from the given parameters. |
|
| Method Summary | |
|---|---|
String |
getAbstract()
|
URI |
getDefaultSRS()
|
Keywords[] |
getKeywords()
|
MetadataURL[] |
getMetadataUrls()
|
QualifiedName |
getName()
|
Operation[] |
getOperations()
|
URI[] |
getOtherSrs()
|
FormatType |
getOutputFormat(String name)
Returns the outputFormat with the given name. |
FormatType[] |
getOutputFormats()
|
String |
getTitle()
|
Envelope[] |
getWgs84BoundingBoxes()
|
boolean |
isVirtual()
Returns whether the feature type definition is virtual, i.e. all of it's output formats are processed using an (input) XSLT-script. |
void |
setAbstract(String abstract_)
|
void |
setDefaultSrs(URI defaultSrs)
|
void |
setKeywords(Keywords[] keywords)
|
void |
setMetadataUrls(MetadataURL[] metadataUrls)
|
void |
setName(QualifiedName name)
|
void |
setOperations(Operation[] operations)
|
void |
setOtherSrs(URI[] otherSrs)
|
void |
setOutputFormats(FormatType[] outputFormats)
|
void |
setTitle(String title)
|
void |
setWgs84BoundingBoxes(Envelope[] wgs84BoundingBoxes)
|
boolean |
supportsSrs(String srsName)
Returns whether the feature type supports the given spatial reference system. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WFSFeatureType(QualifiedName name,
String title,
String abstract_,
Keywords[] keywords,
URI defaultSrs,
URI[] otherSrs,
Operation[] operations,
FormatType[] outputFormats,
Envelope[] wgs84BoundingBoxes,
MetadataURL[] metadataUrls)
WFSFeatureType from the given parameters.
name - title - abstract_ - keywords - defaultSrs - otherSrs - operations - outputFormats - wgs84BoundingBoxes - metadataUrls - | Method Detail |
|---|
public String getAbstract()
public void setAbstract(String abstract_)
abstract_ - The abstract to set.public QualifiedName getName()
public void setName(QualifiedName name)
name - The name to set.public String getTitle()
public void setTitle(String title)
title - The title to set.public Keywords[] getKeywords()
public void setKeywords(Keywords[] keywords)
keywords - The keywords to set.public URI getDefaultSRS()
public void setDefaultSrs(URI defaultSrs)
defaultSrs - The defaultSrs to set.public URI[] getOtherSrs()
public void setOtherSrs(URI[] otherSrs)
otherSrs - The otherSrs to set.public Operation[] getOperations()
public void setOperations(Operation[] operations)
operations - The operations to set.public FormatType[] getOutputFormats()
public FormatType getOutputFormat(String name)
name - name of requested format
public void setOutputFormats(FormatType[] outputFormats)
outputFormats - The outputFormats to set.public Envelope[] getWgs84BoundingBoxes()
public void setWgs84BoundingBoxes(Envelope[] wgs84BoundingBoxes)
wgs84BoundingBoxes - The wgs84BoundingBoxes to set.public MetadataURL[] getMetadataUrls()
public void setMetadataUrls(MetadataURL[] metadataUrls)
metadataUrls - The metadataUrls to set.public boolean isVirtual()
public boolean supportsSrs(String srsName)
srsName - name of the srs, usually EPSG:xyz
|
deegree 2.4 (2010/11/11 10:47 build-27-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org