Uses of Interface
net.opengis.wfs20.CreatedOrModifiedFeatureType
Packages that use CreatedOrModifiedFeatureType
Package
Description
-
Uses of CreatedOrModifiedFeatureType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return CreatedOrModifiedFeatureTypeModifier and TypeMethodDescriptionWfs20Factory.createCreatedOrModifiedFeatureType()
Returns a new object of class 'Created Or Modified Feature Type'.Methods in net.opengis.wfs20 that return types with arguments of type CreatedOrModifiedFeatureTypeModifier and TypeMethodDescriptionEList<CreatedOrModifiedFeatureType>
ActionResultsType.getFeature()
Returns the value of the 'Feature' containment reference list. -
Uses of CreatedOrModifiedFeatureType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement CreatedOrModifiedFeatureTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Created Or Modified Feature Type'.Fields in net.opengis.wfs20.impl with type parameters of type CreatedOrModifiedFeatureTypeModifier and TypeFieldDescriptionprotected EList<CreatedOrModifiedFeatureType>
ActionResultsTypeImpl.feature
The cached value of the 'Feature
' containment reference list.Methods in net.opengis.wfs20.impl that return CreatedOrModifiedFeatureTypeMethods in net.opengis.wfs20.impl that return types with arguments of type CreatedOrModifiedFeatureTypeModifier and TypeMethodDescriptionEList<CreatedOrModifiedFeatureType>
ActionResultsTypeImpl.getFeature()
-
Uses of CreatedOrModifiedFeatureType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type CreatedOrModifiedFeatureTypeModifier and TypeMethodDescriptionWfs20Switch.caseCreatedOrModifiedFeatureType
(CreatedOrModifiedFeatureType object) Returns the result of interpreting the object as an instance of 'Created Or Modified Feature Type'.boolean
Wfs20Validator.validateCreatedOrModifiedFeatureType
(CreatedOrModifiedFeatureType createdOrModifiedFeatureType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of CreatedOrModifiedFeatureType in net.opengis.wfs20.validation
Method parameters in net.opengis.wfs20.validation with type arguments of type CreatedOrModifiedFeatureTypeModifier and TypeMethodDescriptionboolean
ActionResultsTypeValidator.validateFeature
(EList<CreatedOrModifiedFeatureType> value)