net.opengis.gml
Interface DirectPositionListType

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, SRSInformationGroup, SRSReferenceGroup, org.jvnet.jaxb2_commons.lang.ToString

public interface DirectPositionListType
extends java.lang.Cloneable, SRSReferenceGroup, 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.BigInteger getCount()
           
 java.util.List<java.lang.Double> getValue()
           
 boolean isSetCount()
           
 boolean isSetValue()
           
 void setCount(java.math.BigInteger value)
           
 void setValue(java.util.List<java.lang.Double> value)
           
 void unsetValue()
           
 
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
 
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

getValue

java.util.List<java.lang.Double> getValue()

isSetValue

boolean isSetValue()

unsetValue

void unsetValue()

getCount

java.math.BigInteger getCount()

setCount

void setCount(java.math.BigInteger value)

isSetCount

boolean isSetCount()

setValue

void setValue(java.util.List<java.lang.Double> value)


Copyright © 2008-2013 Highsource. All Rights Reserved.