Uses of Interface
net.opengis.fes20.SpatialCapabilitiesType
-
Packages that use SpatialCapabilitiesType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of SpatialCapabilitiesType in net.opengis.fes20
Methods in net.opengis.fes20 that return SpatialCapabilitiesType Modifier and Type Method Description SpatialCapabilitiesType
Fes20Factory. createSpatialCapabilitiesType()
Returns a new object of class 'Spatial Capabilities Type'.SpatialCapabilitiesType
FilterCapabilitiesType. getSpatialCapabilities()
Returns the value of the 'Spatial Capabilities' containment reference.Methods in net.opengis.fes20 with parameters of type SpatialCapabilitiesType Modifier and Type Method Description void
FilterCapabilitiesType. setSpatialCapabilities(SpatialCapabilitiesType value)
Sets the value of the 'Spatial Capabilities
' containment reference. -
Uses of SpatialCapabilitiesType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement SpatialCapabilitiesType Modifier and Type Class Description class
SpatialCapabilitiesTypeImpl
An implementation of the model object 'Spatial Capabilities Type'.Fields in net.opengis.fes20.impl declared as SpatialCapabilitiesType Modifier and Type Field Description protected SpatialCapabilitiesType
FilterCapabilitiesTypeImpl. spatialCapabilities
The cached value of the 'Spatial Capabilities
' containment reference.Methods in net.opengis.fes20.impl that return SpatialCapabilitiesType Modifier and Type Method Description SpatialCapabilitiesType
Fes20FactoryImpl. createSpatialCapabilitiesType()
SpatialCapabilitiesType
FilterCapabilitiesTypeImpl. getSpatialCapabilities()
Methods in net.opengis.fes20.impl with parameters of type SpatialCapabilitiesType Modifier and Type Method Description NotificationChain
FilterCapabilitiesTypeImpl. basicSetSpatialCapabilities(SpatialCapabilitiesType newSpatialCapabilities, NotificationChain msgs)
void
FilterCapabilitiesTypeImpl. setSpatialCapabilities(SpatialCapabilitiesType newSpatialCapabilities)
-
Uses of SpatialCapabilitiesType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type SpatialCapabilitiesType Modifier and Type Method Description T
Fes20Switch. caseSpatialCapabilitiesType(SpatialCapabilitiesType object)
Returns the result of interpreting the object as an instance of 'Spatial Capabilities Type'.boolean
Fes20Validator. validateSpatialCapabilitiesType(SpatialCapabilitiesType spatialCapabilitiesType, DiagnosticChain diagnostics, Map<Object,Object> context)
-