Uses of Interface
net.opengis.wcs10.SpatialSubsetType
-
Packages that use SpatialSubsetType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of SpatialSubsetType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return SpatialSubsetType Modifier and Type Method Description SpatialSubsetTypeWcs10Factory. createSpatialSubsetType()Returns a new object of class 'Spatial Subset Type'.SpatialSubsetTypeDocumentRoot. getSpatialSubset()Returns the value of the 'Spatial Subset' containment reference.SpatialSubsetTypeDomainSubsetType. getSpatialSubset()Returns the value of the 'Spatial Subset' containment reference.Methods in net.opengis.wcs10 with parameters of type SpatialSubsetType Modifier and Type Method Description voidDocumentRoot. setSpatialSubset(SpatialSubsetType value)Sets the value of the 'Spatial Subset' containment reference.voidDomainSubsetType. setSpatialSubset(SpatialSubsetType value)Sets the value of the 'Spatial Subset' containment reference. -
Uses of SpatialSubsetType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement SpatialSubsetType Modifier and Type Class Description classSpatialSubsetTypeImplAn implementation of the model object 'Spatial Subset Type'.Fields in net.opengis.wcs10.impl declared as SpatialSubsetType Modifier and Type Field Description protected SpatialSubsetTypeDomainSubsetTypeImpl. spatialSubsetThe cached value of the 'Spatial Subset' containment reference.Methods in net.opengis.wcs10.impl that return SpatialSubsetType Modifier and Type Method Description SpatialSubsetTypeWcs10FactoryImpl. createSpatialSubsetType()SpatialSubsetTypeDocumentRootImpl. getSpatialSubset()SpatialSubsetTypeDomainSubsetTypeImpl. getSpatialSubset()Methods in net.opengis.wcs10.impl with parameters of type SpatialSubsetType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSpatialSubset(SpatialSubsetType newSpatialSubset, NotificationChain msgs)NotificationChainDomainSubsetTypeImpl. basicSetSpatialSubset(SpatialSubsetType newSpatialSubset, NotificationChain msgs)voidDocumentRootImpl. setSpatialSubset(SpatialSubsetType newSpatialSubset)voidDomainSubsetTypeImpl. setSpatialSubset(SpatialSubsetType newSpatialSubset) -
Uses of SpatialSubsetType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type SpatialSubsetType Modifier and Type Method Description ObjectWcs10Switch. caseSpatialSubsetType(SpatialSubsetType object)Returns the result of interpreting the object as an instance of 'Spatial Subset Type'. -
Uses of SpatialSubsetType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type SpatialSubsetType Modifier and Type Method Description booleanDocumentRootValidator. validateSpatialSubset(SpatialSubsetType value)booleanDomainSubsetTypeValidator. validateSpatialSubset(SpatialSubsetType value)
-