Uses of Interface
net.opengis.wfs.OperationsType
-
Packages that use OperationsType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of OperationsType in net.opengis.wfs
Methods in net.opengis.wfs that return OperationsType Modifier and Type Method Description OperationsType
WfsFactory. createOperationsType()
Returns a new object of class 'Operations Type'.OperationsType
FeatureTypeListType. getOperations()
Returns the value of the 'Operations' containment reference.OperationsType
FeatureTypeType. getOperations()
Returns the value of the 'Operations' containment reference.Methods in net.opengis.wfs with parameters of type OperationsType Modifier and Type Method Description void
FeatureTypeListType. setOperations(OperationsType value)
Sets the value of the 'Operations
' containment reference.void
FeatureTypeType. setOperations(OperationsType value)
Sets the value of the 'Operations
' containment reference. -
Uses of OperationsType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement OperationsType Modifier and Type Class Description class
OperationsTypeImpl
An implementation of the model object 'Operations Type'.Fields in net.opengis.wfs.impl declared as OperationsType Modifier and Type Field Description protected OperationsType
FeatureTypeListTypeImpl. operations
The cached value of the 'Operations
' containment reference.protected OperationsType
FeatureTypeTypeImpl. operations
The cached value of the 'Operations
' containment reference.Methods in net.opengis.wfs.impl that return OperationsType Modifier and Type Method Description OperationsType
WfsFactoryImpl. createOperationsType()
OperationsType
FeatureTypeListTypeImpl. getOperations()
OperationsType
FeatureTypeTypeImpl. getOperations()
Methods in net.opengis.wfs.impl with parameters of type OperationsType Modifier and Type Method Description NotificationChain
FeatureTypeListTypeImpl. basicSetOperations(OperationsType newOperations, NotificationChain msgs)
NotificationChain
FeatureTypeTypeImpl. basicSetOperations(OperationsType newOperations, NotificationChain msgs)
void
FeatureTypeListTypeImpl. setOperations(OperationsType newOperations)
void
FeatureTypeTypeImpl. setOperations(OperationsType newOperations)
-
Uses of OperationsType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type OperationsType Modifier and Type Method Description boolean
FeatureTypeListTypeValidator. validateOperations(OperationsType value)
boolean
FeatureTypeTypeValidator. validateOperations(OperationsType value)
-