Package net.opengis.gml311
Interface CoordType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
CoordTypeImpl
public interface CoordType
extends EObject
A representation of the model object 'Coord Type'.
Represents a coordinate tuple in one, two, or three dimensions. Deprecated with GML 3.0 and replaced by
DirectPositionType.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetX()
Returns the value of the 'X' attribute.getY()
Returns the value of the 'Y' attribute.getZ()
Returns the value of the 'Z' attribute.void
setX
(BigDecimal value) Sets the value of the 'X
' attribute.void
setY
(BigDecimal value) Sets the value of the 'Y
' attribute.void
setZ
(BigDecimal value) Sets the value of the 'Z
' 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
-
getX
BigDecimal getX()Returns the value of the 'X' attribute.If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'X' attribute.
- See Also:
-
setX
Sets the value of the 'X
' attribute.- Parameters:
value
- the new value of the 'X' attribute.- See Also:
-
getY
BigDecimal getY()Returns the value of the 'Y' attribute.If the meaning of the 'Y' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Y' attribute.
- See Also:
-
setY
Sets the value of the 'Y
' attribute.- Parameters:
value
- the new value of the 'Y' attribute.- See Also:
-
getZ
BigDecimal getZ()Returns the value of the 'Z' attribute.If the meaning of the 'Z' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Z' attribute.
- See Also:
-
setZ
Sets the value of the 'Z
' attribute.- Parameters:
value
- the new value of the 'Z' attribute.- See Also:
-