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 ScaleTypeGml311Factory. createScaleType()Returns a new object of class 'Scale Type'.ScaleTypeBaseStyleDescriptorType. 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 voidBaseStyleDescriptorType. 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 classScaleTypeImplAn implementation of the model object 'Scale Type'.Fields in net.opengis.gml311.impl declared as ScaleType Modifier and Type Field Description protected ScaleTypeBaseStyleDescriptorTypeImpl. spatialResolutionThe cached value of the 'Spatial Resolution' containment reference.Methods in net.opengis.gml311.impl that return ScaleType Modifier and Type Method Description ScaleTypeGml311FactoryImpl. createScaleType()ScaleTypeBaseStyleDescriptorTypeImpl. getSpatialResolution()Methods in net.opengis.gml311.impl with parameters of type ScaleType Modifier and Type Method Description NotificationChainBaseStyleDescriptorTypeImpl. basicSetSpatialResolution(ScaleType newSpatialResolution, NotificationChain msgs)voidBaseStyleDescriptorTypeImpl. 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 TGml311Switch. caseScaleType(ScaleType object)Returns the result of interpreting the object as an instance of 'Scale Type'.booleanGml311Validator. validateScaleType(ScaleType scaleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-