Package net.opengis.gml311
Interface RectangleType
- All Superinterfaces:
AbstractSurfacePatchType
,EObject
,Notifier
- All Known Implementing Classes:
RectangleTypeImpl
A representation of the model object 'Rectangle Type'.
Represents a rectangle as a surface with an outer boundary consisting of a linear ring. Note that this is a polygon (subtype) with no inner boundaries. The number of points in the linear ring must be five.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Exterior' containment reference.FeatureMap
Returns the value of the 'Exterior Group' attribute list.Returns the value of the 'Interpolation' attribute.boolean
Returns whether the value of the 'Interpolation
' attribute is set.void
Sets the value of the 'Exterior
' containment reference.void
Sets the value of the 'Interpolation
' attribute.void
Unsets the value of the 'Interpolation
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getExteriorGroup
FeatureMap getExteriorGroup()Returns the value of the 'Exterior Group' attribute list. The list contents are of typeFeatureMap.Entry
. Constraint: The Ring shall be a LinearRing and must form a rectangle; the first and the last position must be co-incident.- Returns:
- the value of the 'Exterior Group' attribute list.
- See Also:
-
getExterior
AbstractRingPropertyType getExterior()Returns the value of the 'Exterior' containment reference. Constraint: The Ring shall be a LinearRing and must form a rectangle; the first and the last position must be co-incident.- Returns:
- the value of the 'Exterior' containment reference.
- See Also:
-
setExterior
Sets the value of the 'Exterior
' containment reference.- Parameters:
value
- the new value of the 'Exterior' containment reference.- See Also:
-
getInterpolation
SurfaceInterpolationType getInterpolation()Returns the value of the 'Interpolation' attribute. The default value is"planar"
. The literals are from the enumerationSurfaceInterpolationType
. The attribute "interpolation" specifies the interpolation mechanism used for this surface patch. Currently only planar surface patches are defined in GML 3, the attribute is fixed to "planar", i.e. the interpolation method shall return points on a single plane. The boundary of the patch shall be contained within that plane.- Returns:
- the value of the 'Interpolation' attribute.
- See Also:
-
setInterpolation
Sets the value of the 'Interpolation
' attribute.- Parameters:
value
- the new value of the 'Interpolation' attribute.- See Also:
-
unsetInterpolation
void unsetInterpolation()Unsets the value of the 'Interpolation
' attribute. -
isSetInterpolation
boolean isSetInterpolation()Returns whether the value of the 'Interpolation
' attribute is set.- Returns:
- whether the value of the 'Interpolation' attribute is set.
- See Also:
-