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

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

public interface DirectPosition
extends SRSReferenceGroup, Child, Copyable


Method Summary
 void addValue(java.lang.Double value)
           
 java.util.List<java.lang.Double> getValue()
           
 boolean isSetValue()
           
 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 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()

isSetValue

boolean isSetValue()

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)

setValue

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

unsetValue

void unsetValue()