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.wfs20Methods in net.opengis.wfs20 that return MetadataURLType Modifier and Type Method Description MetadataURLTypeWfs20Factory. 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.implClasses in net.opengis.wfs20.impl that implement MetadataURLType Modifier and Type Class Description classMetadataURLTypeImplAn 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. metadataURLThe cached value of the 'Metadata URL' containment reference list.Methods in net.opengis.wfs20.impl that return MetadataURLType Modifier and Type Method Description MetadataURLTypeWfs20FactoryImpl. 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.utilMethods in net.opengis.wfs20.util with parameters of type MetadataURLType Modifier and Type Method Description TWfs20Switch. caseMetadataURLType(MetadataURLType object)Returns the result of interpreting the object as an instance of 'Metadata URL Type'.booleanWfs20Validator. validateMetadataURLType(MetadataURLType metadataURLType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of MetadataURLType in net.opengis.wfs20.validationMethod parameters in net.opengis.wfs20.validation with type arguments of type MetadataURLType Modifier and Type Method Description booleanFeatureTypeTypeValidator. validateMetadataURL(EList<MetadataURLType> value)
 
-