Uses of Interface
net.opengis.wcs11.SpatialDomainType
-
Packages that use SpatialDomainType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation -
-
Uses of SpatialDomainType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return SpatialDomainType Modifier and Type Method Description SpatialDomainType
Wcs111Factory. createSpatialDomainType()
Returns a new object of class 'Spatial Domain Type'.SpatialDomainType
Wcs11Factory. createSpatialDomainType()
Returns a new object of class 'Spatial Domain Type'.SpatialDomainType
CoverageDomainType. getSpatialDomain()
Returns the value of the 'Spatial Domain' containment reference.Methods in net.opengis.wcs11 with parameters of type SpatialDomainType Modifier and Type Method Description void
CoverageDomainType. setSpatialDomain(SpatialDomainType value)
Sets the value of the 'Spatial Domain
' containment reference. -
Uses of SpatialDomainType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement SpatialDomainType Modifier and Type Class Description class
SpatialDomainTypeImpl
An implementation of the model object 'Spatial Domain Type'.Fields in net.opengis.wcs11.impl declared as SpatialDomainType Modifier and Type Field Description protected SpatialDomainType
CoverageDomainTypeImpl. spatialDomain
The cached value of the 'Spatial Domain
' containment reference.Methods in net.opengis.wcs11.impl that return SpatialDomainType Modifier and Type Method Description SpatialDomainType
Wcs111FactoryImpl. createSpatialDomainType()
SpatialDomainType
Wcs11FactoryImpl. createSpatialDomainType()
SpatialDomainType
CoverageDomainTypeImpl. getSpatialDomain()
Methods in net.opengis.wcs11.impl with parameters of type SpatialDomainType Modifier and Type Method Description NotificationChain
CoverageDomainTypeImpl. basicSetSpatialDomain(SpatialDomainType newSpatialDomain, NotificationChain msgs)
void
CoverageDomainTypeImpl. setSpatialDomain(SpatialDomainType newSpatialDomain)
-
Uses of SpatialDomainType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type SpatialDomainType Modifier and Type Method Description Object
Wcs111Switch. caseSpatialDomainType(SpatialDomainType object)
Returns the result of interpreting the object as an instance of 'Spatial Domain Type'.Object
Wcs11Switch. caseSpatialDomainType(SpatialDomainType object)
Returns the result of interpreting the object as an instance of 'Spatial Domain Type'.boolean
Wcs111Validator. validateSpatialDomainType(SpatialDomainType spatialDomainType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateSpatialDomainType(SpatialDomainType spatialDomainType, DiagnosticChain diagnostics, Map context)
-
Uses of SpatialDomainType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type SpatialDomainType Modifier and Type Method Description boolean
CoverageDomainTypeValidator. validateSpatialDomain(SpatialDomainType value)
-