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 SpatialDomainTypeWcs111Factory. createSpatialDomainType()Returns a new object of class 'Spatial Domain Type'.SpatialDomainTypeWcs11Factory. createSpatialDomainType()Returns a new object of class 'Spatial Domain Type'.SpatialDomainTypeCoverageDomainType. 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 voidCoverageDomainType. 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 classSpatialDomainTypeImplAn implementation of the model object 'Spatial Domain Type'.Fields in net.opengis.wcs11.impl declared as SpatialDomainType Modifier and Type Field Description protected SpatialDomainTypeCoverageDomainTypeImpl. spatialDomainThe cached value of the 'Spatial Domain' containment reference.Methods in net.opengis.wcs11.impl that return SpatialDomainType Modifier and Type Method Description SpatialDomainTypeWcs111FactoryImpl. createSpatialDomainType()SpatialDomainTypeWcs11FactoryImpl. createSpatialDomainType()SpatialDomainTypeCoverageDomainTypeImpl. getSpatialDomain()Methods in net.opengis.wcs11.impl with parameters of type SpatialDomainType Modifier and Type Method Description NotificationChainCoverageDomainTypeImpl. basicSetSpatialDomain(SpatialDomainType newSpatialDomain, NotificationChain msgs)voidCoverageDomainTypeImpl. 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 ObjectWcs111Switch. caseSpatialDomainType(SpatialDomainType object)Returns the result of interpreting the object as an instance of 'Spatial Domain Type'.ObjectWcs11Switch. caseSpatialDomainType(SpatialDomainType object)Returns the result of interpreting the object as an instance of 'Spatial Domain Type'.booleanWcs111Validator. validateSpatialDomainType(SpatialDomainType spatialDomainType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. 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 booleanCoverageDomainTypeValidator. validateSpatialDomain(SpatialDomainType value)
-