org.citygml4j.model.gml.geometry.primitives
Interface Vector
- All Superinterfaces:
- Child, Copyable, GML, ModelObject, SRSInformationGroup, SRSReferenceGroup
- All Known Implementing Classes:
- VectorImpl
public interface Vector
- 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()
isSetValue
boolean isSetValue()
toMatrix
Matrix toMatrix()
toList3d
java.util.List<java.lang.Double> toList3d()
addValue
void addValue(java.lang.Double value)
setValue
void setValue(java.util.List<java.lang.Double> value)
unsetValue
void unsetValue()