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

All Superinterfaces:
Association<AbstractCurve>, AssociationAttributeGroup, AssociationByRep<AbstractCurve>, AssociationByRepOrRef<AbstractCurve>, Child, Copyable, GeometryProperty<AbstractCurve>, GML, ModelObject
All Known Implementing Classes:
CurvePropertyImpl

public interface CurveProperty
extends GeometryProperty<AbstractCurve>


Method Summary
 AbstractCurve getCurve()
           
 boolean isSetCurve()
           
 void setCurve(AbstractCurve curve)
           
 void unsetCurve()
           
 
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.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
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

getCurve

AbstractCurve getCurve()

isSetCurve

boolean isSetCurve()

setCurve

void setCurve(AbstractCurve curve)

unsetCurve

void unsetCurve()