Uses of Interface
net.opengis.gml311.ScaleType
Packages that use ScaleType
-
Uses of ScaleType in net.opengis.gml311
Methods in net.opengis.gml311 that return ScaleTypeModifier and TypeMethodDescriptionGml311Factory.createScaleType()
Returns a new object of class 'Scale Type'.BaseStyleDescriptorType.getSpatialResolution()
Returns the value of the 'Spatial Resolution' containment reference.Methods in net.opengis.gml311 with parameters of type ScaleTypeModifier and TypeMethodDescriptionvoid
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 ScaleTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Scale Type'.Fields in net.opengis.gml311.impl declared as ScaleTypeModifier and TypeFieldDescriptionprotected ScaleType
BaseStyleDescriptorTypeImpl.spatialResolution
The cached value of the 'Spatial Resolution
' containment reference.Methods in net.opengis.gml311.impl that return ScaleTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createScaleType()
BaseStyleDescriptorTypeImpl.getSpatialResolution()
Methods in net.opengis.gml311.impl with parameters of type ScaleTypeModifier and TypeMethodDescriptionNotificationChain
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 ScaleTypeModifier and TypeMethodDescriptionGml311Switch.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)