Package net.opengis.gml311
Interface AreaType
-
- All Superinterfaces:
EObject
,MeasureType
,Notifier
- All Known Implementing Classes:
AreaTypeImpl
public interface AreaType extends MeasureType
A representation of the model object 'Area Type'. Value of a spatial area quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for an area, such as square metres or square miles.- See Also:
Gml311Package.getAreaType()
-
-
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
-
-