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

All Superinterfaces:
Association<Point>, AssociationAttributeGroup, AssociationByRep<Point>, AssociationByRepOrRef<Point>, Child, Copyable, GeometryProperty<Point>, GML, ModelObject
All Known Subinterfaces:
PointRep
All Known Implementing Classes:
PointPropertyImpl, PointRepImpl

public interface PointProperty
extends GeometryProperty<Point>


Method Summary
 Point getPoint()
           
 boolean isSetPoint()
           
 void setPoint(Point point)
           
 void unsetPoint()
           
 
Methods inherited from interface org.citygml4j.model.gml.geometry.GeometryProperty
getGeometry, isSetGeometry, setGeometry, unsetGeometry
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationByRep
getObject, isSetObject, setObject, unsetObject
 
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.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationAttributeGroup
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 

Method Detail

getPoint

Point getPoint()

isSetPoint

boolean isSetPoint()

setPoint

void setPoint(Point point)

unsetPoint

void unsetPoint()