Package net.opengis.gml311
Interface LengthType
-
- All Superinterfaces:
EObject
,MeasureType
,Notifier
- All Known Implementing Classes:
LengthTypeImpl
public interface LengthType extends MeasureType
A representation of the model object 'Length Type'. Value of a length (or distance) quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a length, such as metres or feet.- See Also:
Gml311Package.getLengthType()
-
-
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
-
-