Type | Property and Description |
---|---|
boolean |
isSetPoint
Gets the value of the property setPointProperty.
|
Constructor and Description |
---|
PosOrPointPropertyOrPointRep() |
PosOrPointPropertyOrPointRep(DirectPosition pos) |
PosOrPointPropertyOrPointRep(PointProperty pointProperty) |
PosOrPointPropertyOrPointRep(PointRep pointRep) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
GMLClass |
getGMLClass() |
ModelObject |
getParent() |
PointProperty |
getPointProperty() |
PointRep |
getPointRep() |
DirectPosition |
getPos() |
boolean |
isSetParent() |
boolean |
isSetPointProperty()
Gets the value of the property setPointProperty.
|
boolean |
isSetPointRep() |
boolean |
isSetPos() |
void |
setParent(ModelObject parent) |
void |
setPointProperty(PointProperty pointProperty) |
void |
setPointRep(PointRep pointRep) |
void |
setPos(DirectPosition pos) |
java.util.List<java.lang.Double> |
toList3d() |
void |
unsetParent() |
void |
unsetPointProperty() |
void |
unsetPointRep() |
void |
unsetPos() |
public boolean isSetPointProperty
public PosOrPointPropertyOrPointRep()
public PosOrPointPropertyOrPointRep(DirectPosition pos)
public PosOrPointPropertyOrPointRep(PointProperty pointProperty)
public PosOrPointPropertyOrPointRep(PointRep pointRep)
public PointProperty getPointProperty()
public PointRep getPointRep()
public DirectPosition getPos()
public boolean isSetPointProperty()
public boolean isSetPointRep()
public boolean isSetPos()
public void setPos(DirectPosition pos)
public void setPointProperty(PointProperty pointProperty)
public void setPointRep(PointRep pointRep)
public java.util.List<java.lang.Double> toList3d()
public void unsetPointProperty()
public void unsetPointRep()
public void unsetPos()
public ModelObject getParent()
public void setParent(ModelObject parent)
public boolean isSetParent()
isSetParent
in interface Child
public void unsetParent()
unsetParent
in interface Child
public GMLClass getGMLClass()
getGMLClass
in interface GML
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)