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


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

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