Uses of Interface
net.opengis.wfs20.MetadataURLType
-
Packages that use MetadataURLType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of MetadataURLType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return MetadataURLType Modifier and Type Method Description MetadataURLType
Wfs20Factory. createMetadataURLType()
Returns a new object of class 'Metadata URL Type'.Methods in net.opengis.wfs20 that return types with arguments of type MetadataURLType Modifier and Type Method Description EList<MetadataURLType>
FeatureTypeType. getMetadataURL()
Returns the value of the 'Metadata URL' containment reference list. -
Uses of MetadataURLType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement MetadataURLType Modifier and Type Class Description class
MetadataURLTypeImpl
An implementation of the model object 'Metadata URL Type'.Fields in net.opengis.wfs20.impl with type parameters of type MetadataURLType Modifier and Type Field Description protected EList<MetadataURLType>
FeatureTypeTypeImpl. metadataURL
The cached value of the 'Metadata URL
' containment reference list.Methods in net.opengis.wfs20.impl that return MetadataURLType Modifier and Type Method Description MetadataURLType
Wfs20FactoryImpl. createMetadataURLType()
Methods in net.opengis.wfs20.impl that return types with arguments of type MetadataURLType Modifier and Type Method Description EList<MetadataURLType>
FeatureTypeTypeImpl. getMetadataURL()
-
Uses of MetadataURLType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type MetadataURLType Modifier and Type Method Description T
Wfs20Switch. caseMetadataURLType(MetadataURLType object)
Returns the result of interpreting the object as an instance of 'Metadata URL Type'.boolean
Wfs20Validator. validateMetadataURLType(MetadataURLType metadataURLType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of MetadataURLType in net.opengis.wfs20.validation
Method parameters in net.opengis.wfs20.validation with type arguments of type MetadataURLType Modifier and Type Method Description boolean
FeatureTypeTypeValidator. validateMetadataURL(EList<MetadataURLType> value)
-