net.opengis.gml
Interface PointType

All Superinterfaces:
AbstractGeometricPrimitiveType, AbstractGeometryType, AbstractGMLType, 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, SRSInformationGroup, SRSReferenceGroup, org.jvnet.jaxb2_commons.lang.ToString

public interface PointType
extends AbstractGeometricPrimitiveType


Method Summary
 CoordType getCoord()
           
 CoordinatesType getCoordinates()
           
 DirectPositionType getPos()
           
 boolean isSetCoord()
           
 boolean isSetCoordinates()
           
 boolean isSetPos()
           
 void setCoord(CoordType value)
           
 void setCoordinates(CoordinatesType value)
           
 void setPos(DirectPositionType value)
           
 
Methods inherited from interface net.opengis.gml.AbstractGeometryType
getGid, isSetGid, setGid
 
Methods inherited from interface net.opengis.gml.AbstractGMLType
getId, getMetaDataProperty, isSetId, isSetMetaDataProperty, setId, unsetMetaDataProperty
 
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
 
Methods inherited from interface net.opengis.gml.SRSReferenceGroup
getSrsDimension, getSrsName, isSetSrsDimension, isSetSrsName, setSrsDimension, setSrsName
 
Methods inherited from interface net.opengis.gml.SRSInformationGroup
getAxisLabels, getUomLabels, isSetAxisLabels, isSetUomLabels, setAxisLabels, setUomLabels, unsetAxisLabels, unsetUomLabels
 

Method Detail

getPos

DirectPositionType getPos()

setPos

void setPos(DirectPositionType value)

isSetPos

boolean isSetPos()

getCoordinates

CoordinatesType getCoordinates()

setCoordinates

void setCoordinates(CoordinatesType value)

isSetCoordinates

boolean isSetCoordinates()

getCoord

CoordType getCoord()

setCoord

void setCoord(CoordType value)

isSetCoord

boolean isSetCoord()


Copyright © 2008-2013 Highsource. All Rights Reserved.