net.opengis.gml
Interface LinearRingType

All Superinterfaces:
AbstractGeometryType, AbstractGMLType, AbstractRingType, 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 LinearRingType
extends AbstractRingType


Method Summary
 java.util.List<? extends CoordType> getCoord()
           
 CoordinatesType getCoordinates()
           
 DirectPositionListType getPosList()
           
 java.util.List<javax.xml.bind.JAXBElement<?>> getPosOrPointPropertyOrPointRep()
           
 boolean isSetCoord()
           
 boolean isSetCoordinates()
           
 boolean isSetPosList()
           
 boolean isSetPosOrPointPropertyOrPointRep()
           
 void setCoordinates(CoordinatesType value)
           
 void setPosList(DirectPositionListType value)
           
 void setPosOrPointPropertyOrPointRep(java.util.List<javax.xml.bind.JAXBElement<?>> value)
           
 void unsetCoord()
           
 void unsetPosOrPointPropertyOrPointRep()
           
 
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

getPosOrPointPropertyOrPointRep

java.util.List<javax.xml.bind.JAXBElement<?>> getPosOrPointPropertyOrPointRep()

isSetPosOrPointPropertyOrPointRep

boolean isSetPosOrPointPropertyOrPointRep()

unsetPosOrPointPropertyOrPointRep

void unsetPosOrPointPropertyOrPointRep()

setPosOrPointPropertyOrPointRep

void setPosOrPointPropertyOrPointRep(java.util.List<javax.xml.bind.JAXBElement<?>> value)

getPosList

DirectPositionListType getPosList()

setPosList

void setPosList(DirectPositionListType value)

isSetPosList

boolean isSetPosList()

getCoordinates

CoordinatesType getCoordinates()

setCoordinates

void setCoordinates(CoordinatesType value)

isSetCoordinates

boolean isSetCoordinates()

getCoord

java.util.List<? extends CoordType> getCoord()

isSetCoord

boolean isSetCoord()

unsetCoord

void unsetCoord()


Copyright © 2008-2013 Highsource. All Rights Reserved.