|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.model.gml.base.AssociationByRep<T>
org.citygml4j.model.gml.geometry.InlineGeometryProperty<T>
public abstract class InlineGeometryProperty<T extends AbstractGeometry>
Constructor Summary | |
---|---|
InlineGeometryProperty()
|
|
InlineGeometryProperty(T abstractGeometry)
|
Method Summary | |
---|---|
T |
getGeometry()
|
GMLClass |
getGMLClass()
|
boolean |
isSetGeometry()
|
void |
setGeometry(T geometry)
|
void |
unsetGeometry()
|
Methods inherited from class org.citygml4j.model.gml.base.AssociationByRep |
---|
copyTo, getLocalProperty, getModelType, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetParent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.citygml4j.model.common.association.Association |
---|
getAssociableClass |
Methods inherited from interface org.citygml4j.model.common.copy.Copyable |
---|
copy |
Constructor Detail |
---|
public InlineGeometryProperty()
public InlineGeometryProperty(T abstractGeometry)
Method Detail |
---|
public T getGeometry()
public boolean isSetGeometry()
public void setGeometry(T geometry)
public void unsetGeometry()
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class AssociationByRep<T extends AbstractGeometry>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |