Uses of Interface
net.opengis.wfs20.AdditionalObjectsType
-
Packages that use AdditionalObjectsType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of AdditionalObjectsType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return AdditionalObjectsType Modifier and Type Method Description AdditionalObjectsType
Wfs20Factory. createAdditionalObjectsType()
Returns a new object of class 'Additional Objects Type'.AdditionalObjectsType
DocumentRoot. getAdditionalObjects()
Returns the value of the 'Additional Objects' containment reference.AdditionalObjectsType
FeatureCollectionType. getAdditionalObjects()
Returns the value of the 'Additional Objects' containment reference.Methods in net.opengis.wfs20 with parameters of type AdditionalObjectsType Modifier and Type Method Description void
DocumentRoot. setAdditionalObjects(AdditionalObjectsType value)
Sets the value of the 'Additional Objects
' containment reference.void
FeatureCollectionType. setAdditionalObjects(AdditionalObjectsType value)
Sets the value of the 'Additional Objects
' containment reference. -
Uses of AdditionalObjectsType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement AdditionalObjectsType Modifier and Type Class Description class
AdditionalObjectsTypeImpl
An implementation of the model object 'Additional Objects Type'.Fields in net.opengis.wfs20.impl declared as AdditionalObjectsType Modifier and Type Field Description protected AdditionalObjectsType
FeatureCollectionTypeImpl. additionalObjects
The cached value of the 'Additional Objects
' containment reference.Methods in net.opengis.wfs20.impl that return AdditionalObjectsType Modifier and Type Method Description AdditionalObjectsType
Wfs20FactoryImpl. createAdditionalObjectsType()
AdditionalObjectsType
DocumentRootImpl. getAdditionalObjects()
AdditionalObjectsType
FeatureCollectionTypeImpl. getAdditionalObjects()
Methods in net.opengis.wfs20.impl with parameters of type AdditionalObjectsType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAdditionalObjects(AdditionalObjectsType newAdditionalObjects, NotificationChain msgs)
NotificationChain
FeatureCollectionTypeImpl. basicSetAdditionalObjects(AdditionalObjectsType newAdditionalObjects, NotificationChain msgs)
void
DocumentRootImpl. setAdditionalObjects(AdditionalObjectsType newAdditionalObjects)
void
FeatureCollectionTypeImpl. setAdditionalObjects(AdditionalObjectsType newAdditionalObjects)
-
Uses of AdditionalObjectsType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type AdditionalObjectsType Modifier and Type Method Description T
Wfs20Switch. caseAdditionalObjectsType(AdditionalObjectsType object)
Returns the result of interpreting the object as an instance of 'Additional Objects Type'.boolean
Wfs20Validator. validateAdditionalObjectsType(AdditionalObjectsType additionalObjectsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of AdditionalObjectsType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type AdditionalObjectsType Modifier and Type Method Description boolean
DocumentRootValidator. validateAdditionalObjects(AdditionalObjectsType value)
boolean
FeatureCollectionTypeValidator. validateAdditionalObjects(AdditionalObjectsType value)
-