Class PointProperty
- java.lang.Object
-
- org.citygml4j.model.gml.base.AssociationByRep<T>
-
- org.citygml4j.model.gml.base.AssociationByRepOrRef<T>
-
- org.citygml4j.model.gml.geometry.GeometryProperty<Point>
-
- org.citygml4j.model.gml.geometry.primitives.PointProperty
-
- All Implemented Interfaces:
java.io.Serializable
,Association<Point>
,ModelObject
,Child
,Copyable
,AssociationAttributeGroup
,GML
- Direct Known Subclasses:
PointRep
public class PointProperty extends GeometryProperty<Point>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PointProperty()
PointProperty(java.lang.String href)
PointProperty(Point point)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
java.lang.Class<Point>
getAssociableClass()
GMLClass
getGMLClass()
Point
getPoint()
boolean
isSetPoint()
void
setPoint(Point point)
void
unsetPoint()
-
Methods inherited from class org.citygml4j.model.gml.geometry.GeometryProperty
getGeometry, isSetGeometry, setGeometry, unsetGeometry
-
Methods inherited from class org.citygml4j.model.gml.base.AssociationByRepOrRef
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 class org.citygml4j.model.gml.base.AssociationByRep
getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetParent
-
-
-
-
Constructor Detail
-
PointProperty
public PointProperty()
-
PointProperty
public PointProperty(Point point)
-
PointProperty
public PointProperty(java.lang.String href)
-
-
Method Detail
-
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interfaceGML
- Overrides:
getGMLClass
in classGeometryProperty<Point>
-
getPoint
public Point getPoint()
-
isSetPoint
public boolean isSetPoint()
-
setPoint
public void setPoint(Point point)
-
unsetPoint
public void unsetPoint()
-
getAssociableClass
public java.lang.Class<Point> getAssociableClass()
- Specified by:
getAssociableClass
in interfaceAssociation<Point>
- Overrides:
getAssociableClass
in classGeometryProperty<Point>
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classGeometryProperty<Point>
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interfaceCopyable
- Overrides:
copy
in classGeometryProperty<Point>
-
-