Uses of Interface
net.opengis.wcs10.SpatialDomainType
-
Packages that use SpatialDomainType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of SpatialDomainType in net.opengis.wcs10
Subinterfaces of SpatialDomainType in net.opengis.wcs10 Modifier and Type Interface Description interface
SpatialSubsetType
A representation of the model object 'Spatial Subset Type'.Methods in net.opengis.wcs10 that return SpatialDomainType Modifier and Type Method Description SpatialDomainType
Wcs10Factory. createSpatialDomainType()
Returns a new object of class 'Spatial Domain Type'.SpatialDomainType
DocumentRoot. getSpatialDomain()
Returns the value of the 'Spatial Domain' containment reference.SpatialDomainType
DomainSetType. getSpatialDomain()
Returns the value of the 'Spatial Domain' containment reference.Methods in net.opengis.wcs10 with parameters of type SpatialDomainType Modifier and Type Method Description void
DocumentRoot. setSpatialDomain(SpatialDomainType value)
Sets the value of the 'Spatial Domain
' containment reference.void
DomainSetType. setSpatialDomain(SpatialDomainType value)
Sets the value of the 'Spatial Domain
' containment reference. -
Uses of SpatialDomainType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement SpatialDomainType Modifier and Type Class Description class
SpatialDomainTypeImpl
An implementation of the model object 'Spatial Domain Type'.class
SpatialSubsetTypeImpl
An implementation of the model object 'Spatial Subset Type'.Fields in net.opengis.wcs10.impl declared as SpatialDomainType Modifier and Type Field Description protected SpatialDomainType
DomainSetTypeImpl. spatialDomain
The cached value of the 'Spatial Domain
' containment reference.Methods in net.opengis.wcs10.impl that return SpatialDomainType Modifier and Type Method Description SpatialDomainType
Wcs10FactoryImpl. createSpatialDomainType()
SpatialDomainType
DocumentRootImpl. getSpatialDomain()
SpatialDomainType
DomainSetTypeImpl. getSpatialDomain()
Methods in net.opengis.wcs10.impl with parameters of type SpatialDomainType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetSpatialDomain(SpatialDomainType newSpatialDomain, NotificationChain msgs)
NotificationChain
DomainSetTypeImpl. basicSetSpatialDomain(SpatialDomainType newSpatialDomain, NotificationChain msgs)
void
DocumentRootImpl. setSpatialDomain(SpatialDomainType newSpatialDomain)
void
DomainSetTypeImpl. setSpatialDomain(SpatialDomainType newSpatialDomain)
-
Uses of SpatialDomainType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type SpatialDomainType Modifier and Type Method Description Object
Wcs10Switch. caseSpatialDomainType(SpatialDomainType object)
Returns the result of interpreting the object as an instance of 'Spatial Domain Type'. -
Uses of SpatialDomainType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type SpatialDomainType Modifier and Type Method Description boolean
DocumentRootValidator. validateSpatialDomain(SpatialDomainType value)
boolean
DomainSetTypeValidator. validateSpatialDomain(SpatialDomainType value)
-