Uses of Interface
net.opengis.wfs20.CreatedOrModifiedFeatureType
-
Packages that use CreatedOrModifiedFeatureType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of CreatedOrModifiedFeatureType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return CreatedOrModifiedFeatureType Modifier and Type Method Description CreatedOrModifiedFeatureType
Wfs20Factory. createCreatedOrModifiedFeatureType()
Returns a new object of class 'Created Or Modified Feature Type'.Methods in net.opengis.wfs20 that return types with arguments of type CreatedOrModifiedFeatureType Modifier and Type Method Description EList<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 CreatedOrModifiedFeatureType Modifier and Type Class Description class
CreatedOrModifiedFeatureTypeImpl
An implementation of the model object 'Created Or Modified Feature Type'.Fields in net.opengis.wfs20.impl with type parameters of type CreatedOrModifiedFeatureType Modifier and Type Field Description protected EList<CreatedOrModifiedFeatureType>
ActionResultsTypeImpl. feature
The cached value of the 'Feature
' containment reference list.Methods in net.opengis.wfs20.impl that return CreatedOrModifiedFeatureType Modifier and Type Method Description CreatedOrModifiedFeatureType
Wfs20FactoryImpl. createCreatedOrModifiedFeatureType()
Methods in net.opengis.wfs20.impl that return types with arguments of type CreatedOrModifiedFeatureType Modifier and Type Method Description EList<CreatedOrModifiedFeatureType>
ActionResultsTypeImpl. getFeature()
-
Uses of CreatedOrModifiedFeatureType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type CreatedOrModifiedFeatureType Modifier and Type Method Description T
Wfs20Switch. 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 CreatedOrModifiedFeatureType Modifier and Type Method Description boolean
ActionResultsTypeValidator. validateFeature(EList<CreatedOrModifiedFeatureType> value)
-