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 SummaryModifier 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.voidsetX(BigDecimal value) Sets the value of the 'X' attribute.voidsetY(BigDecimal value) Sets the value of the 'Y' attribute.voidsetZ(BigDecimal value) Sets the value of the 'Z' attribute.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getXBigDecimal 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:
 
- 
setXSets the value of the 'X' attribute.- Parameters:
- value- the new value of the 'X' attribute.
- See Also:
 
- 
getYBigDecimal 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:
 
- 
setYSets the value of the 'Y' attribute.- Parameters:
- value- the new value of the 'Y' attribute.
- See Also:
 
- 
getZBigDecimal 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:
 
- 
setZSets the value of the 'Z' attribute.- Parameters:
- value- the new value of the 'Z' attribute.
- See Also:
 
 
-