net.opengis.gml
Interface CoordType

All Superinterfaces:
java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public interface CoordType
extends java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString


Method Summary
 java.math.BigDecimal getX()
           
 java.math.BigDecimal getY()
           
 java.math.BigDecimal getZ()
           
 boolean isSetX()
           
 boolean isSetY()
           
 boolean isSetZ()
           
 void setX(java.math.BigDecimal value)
           
 void setY(java.math.BigDecimal value)
           
 void setZ(java.math.BigDecimal value)
           
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo, copyTo, createNewInstance
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.Equals
equals
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom
createNewInstance, mergeFrom, mergeFrom
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.ToString
append, appendFields
 

Method Detail

getX

java.math.BigDecimal getX()

setX

void setX(java.math.BigDecimal value)

isSetX

boolean isSetX()

getY

java.math.BigDecimal getY()

setY

void setY(java.math.BigDecimal value)

isSetY

boolean isSetY()

getZ

java.math.BigDecimal getZ()

setZ

void setZ(java.math.BigDecimal value)

isSetZ

boolean isSetZ()


Copyright © 2008-2013 Highsource. All Rights Reserved.