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

All Superinterfaces:
Association<LinearRing>, AssociationByRep<LinearRing>, Child, Copyable, GML, InlineGeometryProperty<LinearRing>, ModelObject
All Known Implementing Classes:
LinearRingPropertyImpl

public interface LinearRingProperty
extends InlineGeometryProperty<LinearRing>


Method Summary
 LinearRing getLinearRing()
           
 boolean isSetLinearRing()
           
 void setLinearRing(LinearRing linearRing)
           
 void unsetLinearRing()
           
 
Methods inherited from interface org.citygml4j.model.gml.geometry.InlineGeometryProperty
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.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
 

Method Detail

getLinearRing

LinearRing getLinearRing()

isSetLinearRing

boolean isSetLinearRing()

setLinearRing

void setLinearRing(LinearRing linearRing)

unsetLinearRing

void unsetLinearRing()