Uses of Interface
net.opengis.gml311.ScaleType
-
Packages that use ScaleType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ScaleType in net.opengis.gml311
Methods in net.opengis.gml311 that return ScaleType Modifier and Type Method Description ScaleType
Gml311Factory. createScaleType()
Returns a new object of class 'Scale Type'.ScaleType
BaseStyleDescriptorType. getSpatialResolution()
Returns the value of the 'Spatial Resolution' containment reference.Methods in net.opengis.gml311 with parameters of type ScaleType Modifier and Type Method Description void
BaseStyleDescriptorType. setSpatialResolution(ScaleType value)
Sets the value of the 'Spatial Resolution
' containment reference. -
Uses of ScaleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ScaleType Modifier and Type Class Description class
ScaleTypeImpl
An implementation of the model object 'Scale Type'.Fields in net.opengis.gml311.impl declared as ScaleType Modifier and Type Field Description protected ScaleType
BaseStyleDescriptorTypeImpl. spatialResolution
The cached value of the 'Spatial Resolution
' containment reference.Methods in net.opengis.gml311.impl that return ScaleType Modifier and Type Method Description ScaleType
Gml311FactoryImpl. createScaleType()
ScaleType
BaseStyleDescriptorTypeImpl. getSpatialResolution()
Methods in net.opengis.gml311.impl with parameters of type ScaleType Modifier and Type Method Description NotificationChain
BaseStyleDescriptorTypeImpl. basicSetSpatialResolution(ScaleType newSpatialResolution, NotificationChain msgs)
void
BaseStyleDescriptorTypeImpl. setSpatialResolution(ScaleType newSpatialResolution)
-
Uses of ScaleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ScaleType Modifier and Type Method Description T
Gml311Switch. caseScaleType(ScaleType object)
Returns the result of interpreting the object as an instance of 'Scale Type'.boolean
Gml311Validator. validateScaleType(ScaleType scaleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-