Package net.opengis.gml311
Interface ScaleType
-
- All Superinterfaces:
EObject
,MeasureType
,Notifier
- All Known Implementing Classes:
ScaleTypeImpl
public interface ScaleType extends MeasureType
A representation of the model object 'Scale Type'. Value of a scale factor (or ratio) that has no physical unit. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a scale factor, such as percent, permil, or parts-per-million.- See Also:
Gml311Package.getScaleType()
-
-
Method Summary
-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface MeasureType
getUom, getValue, isSetValue, setUom, setValue, unsetValue
-
-