org.citygml4j.model.gml.geometry.primitives
Interface DirectPositionList

All Superinterfaces:
Child, Copyable, GML, ModelObject, SRSInformationGroup, SRSReferenceGroup
All Known Implementing Classes:
DirectPositionListImpl

public interface DirectPositionList
extends SRSReferenceGroup, Child, Copyable


Method Summary
 void addValue(java.lang.Double value)
           
 void addValue(java.util.List<java.lang.Double> value)
           
 java.lang.Integer getCount()
           
 java.util.List<java.lang.Double> getValue()
           
 boolean isSetCount()
           
 boolean isSetValue()
           
 void setCount(java.lang.Integer count)
           
 void setValue(java.util.List<java.lang.Double> value)
           
 java.util.List<java.lang.Double> toList3d()
           
 java.util.List<java.lang.Double> toList3d(boolean reverseOrder)
           
 void unsetCount()
           
 void unsetValue()
           
 
Methods inherited from interface org.citygml4j.model.gml.geometry.SRSReferenceGroup
getSrsDimension, getSrsName, isSetSrsDimension, isSetSrsName, setSrsDimension, setSrsName, unsetSrsDimension, unsetSrsName
 
Methods inherited from interface org.citygml4j.model.gml.geometry.SRSInformationGroup
addAxisLabel, addUomLabel, getAxisLabels, getUomLabels, isSetAxisLabels, isSetUomLabels, setAxisLabels, setUomLabels, unsetAxisLabels, unsetAxisLabels, unsetUomLabels, unsetUomLabels
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getValue

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

getCount

java.lang.Integer getCount()

isSetValue

boolean isSetValue()

isSetCount

boolean isSetCount()

toList3d

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

toList3d

java.util.List<java.lang.Double> toList3d(boolean reverseOrder)

addValue

void addValue(java.lang.Double value)

addValue

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

setValue

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

setCount

void setCount(java.lang.Integer count)

unsetValue

void unsetValue()

unsetCount

void unsetCount()