Uses of Interface
net.opengis.wcs20.ScaleToExtentType
-
Packages that use ScaleToExtentType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of ScaleToExtentType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return ScaleToExtentType Modifier and Type Method Description ScaleToExtentType
Wcs20Factory. createScaleToExtentType()
Returns a new object of class 'Scale To Extent Type'.ScaleToExtentType
ScalingType. getScaleToExtent()
Scales each axis to a specific extentMethods in net.opengis.wcs20 with parameters of type ScaleToExtentType Modifier and Type Method Description void
ScalingType. setScaleToExtent(ScaleToExtentType value)
Sets the value of the 'Scale To Extent
' reference. -
Uses of ScaleToExtentType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement ScaleToExtentType Modifier and Type Class Description class
ScaleToExtentTypeImpl
An implementation of the model object 'Scale To Extent Type'.Fields in net.opengis.wcs20.impl declared as ScaleToExtentType Modifier and Type Field Description protected ScaleToExtentType
ScalingTypeImpl. scaleToExtent
The cached value of the 'Scale To Extent
' reference.Methods in net.opengis.wcs20.impl that return ScaleToExtentType Modifier and Type Method Description ScaleToExtentType
ScalingTypeImpl. basicGetScaleToExtent()
ScaleToExtentType
Wcs20FactoryImpl. createScaleToExtentType()
ScaleToExtentType
ScalingTypeImpl. getScaleToExtent()
Methods in net.opengis.wcs20.impl with parameters of type ScaleToExtentType Modifier and Type Method Description void
ScalingTypeImpl. setScaleToExtent(ScaleToExtentType newScaleToExtent)
-
Uses of ScaleToExtentType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type ScaleToExtentType Modifier and Type Method Description boolean
Wcs20Validator. validateScaleToExtentType(ScaleToExtentType scaleToExtentType, DiagnosticChain diagnostics, Map<Object,Object> context)
-