|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MetadataURL in org.deegree_impl.services.capabilities |
Classes in org.deegree_impl.services.capabilities that implement MetadataURL | |
class |
MetadataURL_Impl
A WFS/WMS/WCS should use one or more |
Uses of MetadataURL in org.deegree_impl.services.wcas.capabilities |
Methods in org.deegree_impl.services.wcas.capabilities that return MetadataURL | |
private static MetadataURL[] |
WCASCapabilitiesFactory.getMetadataURLs(org.w3c.dom.Element element)
returns the metadata descriptions of a RecordType |
MetadataURL[] |
RecordType_Impl.getMetadataURL()
A WFS may use zero or more <MetadataURL> elements to offer detailed, standardized metadata about the data inaparticularrecord type.The type attribute indicates the standard to which the metadata complies; the format attribute indicates how the metadata is structured. |
Methods in org.deegree_impl.services.wcas.capabilities with parameters of type MetadataURL | |
void |
RecordType_Impl.addMetadataURL(MetadataURL metadataURL)
adds the metadataURL |
void |
RecordType_Impl.setMetadataURL(MetadataURL[] metadataURL)
sets the metadataURL |
Constructors in org.deegree_impl.services.wcas.capabilities with parameters of type MetadataURL | |
RecordType_Impl(java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
java.lang.String srs,
GM_Envelope latLonBoundingBox,
RecordTypeList parentList,
java.lang.String[] keyword,
Operation[] operation,
MetadataURL[] metadataURL,
java.lang.String responsibleClassName,
java.net.URL configURL)
constructor initializing the class with the |
Uses of MetadataURL in org.deegree_impl.services.wfs.capabilities |
Methods in org.deegree_impl.services.wfs.capabilities that return MetadataURL | |
private static MetadataURL[] |
WFSCapabilitiesFactory.getMetadataURL(org.w3c.dom.NodeList nl)
returns a feature types MetadataURL |
MetadataURL[] |
FeatureType_Impl.getMetadataURL()
A WFS may use zero or more <MetadataURL> elements to offer detailed, standardized metadata about the data inaparticularfeature type.The type attribute indicates the standard to which the metadata complies; the format attribute indicates how the metadata is structured. |
Methods in org.deegree_impl.services.wfs.capabilities with parameters of type MetadataURL | |
static FeatureType |
WFSCapabilitiesFactory.createFeatureType(java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
java.lang.String srs,
GM_Envelope latLonBoundingBox,
FeatureTypeList parentList,
java.lang.String[] keywords,
Operation[] operations,
MetadataURL[] metadataURL,
java.lang.String responsibleClassName,
java.net.URL configURL)
creates a FeatureType object |
void |
FeatureType_Impl.addMetadataURL(MetadataURL metadataURL)
adds the metadataURL |
void |
FeatureType_Impl.setMetadataURL(MetadataURL[] metadataURL)
sets the metadataURL |
Constructors in org.deegree_impl.services.wfs.capabilities with parameters of type MetadataURL | |
FeatureType_Impl(java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
java.lang.String srs,
GM_Envelope latLonBoundingBox,
FeatureTypeList parentList,
java.lang.String[] keyword,
Operation[] operation,
MetadataURL[] metadataURL,
java.lang.String responsibleClassName,
java.net.URL configURL)
constructor initializing the class with the |
Uses of MetadataURL in org.deegree_impl.services.wms.capabilities |
Methods in org.deegree_impl.services.wms.capabilities that return MetadataURL | |
protected MetadataURL |
OGCWMSCapabilitiesFactory.createMetadataURL(org.w3c.dom.Element element)
Creates a MetadataURL-instance according to the contents of the DOM-subtree starting at the given 'MetadataURL'-Element. |
MetadataURL[] |
Layer_Impl.getMetadataURL()
A Map Server should use one or more |
Methods in org.deegree_impl.services.wms.capabilities with parameters of type MetadataURL | |
void |
Layer_Impl.addMetadataURL(MetadataURL metadataURL)
adds the metadataURL |
void |
Layer_Impl.setMetadataURL(MetadataURL[] metadataURL)
sets the metadataURL |
Constructors in org.deegree_impl.services.wms.capabilities with parameters of type MetadataURL | |
Layer_Impl(boolean queryable,
int cascaded,
boolean opaque,
boolean noSubsets,
int fixedWidth,
int fixedHeight,
java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
GM_Envelope latLonBoundingBox,
Attribution attribution,
ScaleHint scaleHint,
java.lang.String[] keywordList,
java.lang.String[] srs,
LayerBoundingBox[] boundingBoxes,
Dimension[] dimensions,
Extent[] extents,
AuthorityURL[] authorityURLs,
Identifier[] identifiers,
MetadataURL[] metadataURLs,
DataURL[] dataURLs,
FeatureListURL[] featureListURLs,
Style[] styles,
Layer[] layers,
DataSource[] dataSource,
Layer parent)
constructor initializing the class with the |
Uses of MetadataURL in org.deegree.services.wcas.capabilities |
Methods in org.deegree.services.wcas.capabilities that return MetadataURL | |
MetadataURL[] |
RecordType.getMetadataURL()
|
Uses of MetadataURL in org.deegree.services.wfs.capabilities |
Methods in org.deegree.services.wfs.capabilities that return MetadataURL | |
MetadataURL[] |
FeatureType.getMetadataURL()
A WFS may use zero or more <MetadataURL> elements to offer detailed, standardized metadata about the data inaparticularfeature type.The type attribute indicates the standard to which the metadata complies; the format attribute indicates how the metadata is structured. |
Uses of MetadataURL in org.deegree.services.wms.capabilities |
Methods in org.deegree.services.wms.capabilities that return MetadataURL | |
MetadataURL[] |
Layer.getMetadataURL()
A Map Server should use one or more |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |