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 interfaceSpatialSubsetTypeA representation of the model object 'Spatial Subset Type'.Methods in net.opengis.wcs10 that return SpatialDomainType Modifier and Type Method Description SpatialDomainTypeWcs10Factory. createSpatialDomainType()Returns a new object of class 'Spatial Domain Type'.SpatialDomainTypeDocumentRoot. getSpatialDomain()Returns the value of the 'Spatial Domain' containment reference.SpatialDomainTypeDomainSetType. 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 voidDocumentRoot. setSpatialDomain(SpatialDomainType value)Sets the value of the 'Spatial Domain' containment reference.voidDomainSetType. 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 classSpatialDomainTypeImplAn implementation of the model object 'Spatial Domain Type'.classSpatialSubsetTypeImplAn implementation of the model object 'Spatial Subset Type'.Fields in net.opengis.wcs10.impl declared as SpatialDomainType Modifier and Type Field Description protected SpatialDomainTypeDomainSetTypeImpl. spatialDomainThe cached value of the 'Spatial Domain' containment reference.Methods in net.opengis.wcs10.impl that return SpatialDomainType Modifier and Type Method Description SpatialDomainTypeWcs10FactoryImpl. createSpatialDomainType()SpatialDomainTypeDocumentRootImpl. getSpatialDomain()SpatialDomainTypeDomainSetTypeImpl. getSpatialDomain()Methods in net.opengis.wcs10.impl with parameters of type SpatialDomainType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSpatialDomain(SpatialDomainType newSpatialDomain, NotificationChain msgs)NotificationChainDomainSetTypeImpl. basicSetSpatialDomain(SpatialDomainType newSpatialDomain, NotificationChain msgs)voidDocumentRootImpl. setSpatialDomain(SpatialDomainType newSpatialDomain)voidDomainSetTypeImpl. 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 ObjectWcs10Switch. 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 booleanDocumentRootValidator. validateSpatialDomain(SpatialDomainType value)booleanDomainSetTypeValidator. validateSpatialDomain(SpatialDomainType value)
-