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
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 |
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()