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.wfs20Methods in net.opengis.wfs20 that return CreatedOrModifiedFeatureType Modifier and Type Method Description CreatedOrModifiedFeatureTypeWfs20Factory. 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.implClasses in net.opengis.wfs20.impl that implement CreatedOrModifiedFeatureType Modifier and Type Class Description classCreatedOrModifiedFeatureTypeImplAn 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. featureThe cached value of the 'Feature' containment reference list.Methods in net.opengis.wfs20.impl that return CreatedOrModifiedFeatureType Modifier and Type Method Description CreatedOrModifiedFeatureTypeWfs20FactoryImpl. 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.utilMethods in net.opengis.wfs20.util with parameters of type CreatedOrModifiedFeatureType Modifier and Type Method Description TWfs20Switch. caseCreatedOrModifiedFeatureType(CreatedOrModifiedFeatureType object)Returns the result of interpreting the object as an instance of 'Created Or Modified Feature Type'.booleanWfs20Validator. validateCreatedOrModifiedFeatureType(CreatedOrModifiedFeatureType createdOrModifiedFeatureType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of CreatedOrModifiedFeatureType in net.opengis.wfs20.validationMethod parameters in net.opengis.wfs20.validation with type arguments of type CreatedOrModifiedFeatureType Modifier and Type Method Description booleanActionResultsTypeValidator. validateFeature(EList<CreatedOrModifiedFeatureType> value)
 
-