org.citygml4j.model.gml.geometry.primitives
Interface Point
- All Superinterfaces:
- AbstractGeometricPrimitive, AbstractGeometry, AbstractGML, Associable, Child, Copyable, GML, ModelObject, SRSInformationGroup, SRSReferenceGroup, StandardObjectProperties
- All Known Implementing Classes:
- PointImpl
public interface Point
- extends AbstractGeometricPrimitive
Methods inherited from interface org.citygml4j.model.gml.base.StandardObjectProperties |
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName |
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 |
getPos
DirectPosition getPos()
getCoordinates
Coordinates getCoordinates()
getCoord
Coord getCoord()
isSetPos
boolean isSetPos()
isSetCoordinates
boolean isSetCoordinates()
isSetCoord
boolean isSetCoord()
toList3d
java.util.List<java.lang.Double> toList3d()
setPos
void setPos(DirectPosition pos)
setCoord
void setCoord(Coord coord)
setCoordinates
void setCoordinates(Coordinates coordinates)
unsetPos
void unsetPos()
unsetCoordinates
void unsetCoordinates()
unsetCoord
void unsetCoord()