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

All Superinterfaces:
ArrayAssociation<LineStringSegment>, Association<LineStringSegment>, Child, Copyable, GML, ModelObject
All Known Implementing Classes:
LineStringSegmentArrayPropertyImpl

public interface LineStringSegmentArrayProperty
extends ArrayAssociation<LineStringSegment>


Method Summary
 void addLineStringSegment(LineStringSegment lineStringSegment)
           
 java.util.List<LineStringSegment> getLineStringSegment()
           
 boolean isSetLineStringSegment()
           
 void setLineStringSegment(java.util.List<LineStringSegment> lineStringSegment)
           
 void unsetLineStringSegment()
           
 boolean unsetLineStringSegment(LineStringSegment lineStringSegment)
           
 
Methods inherited from interface org.citygml4j.model.gml.base.ArrayAssociation
addObject, getObject, isSetObject, setObject, unsetObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
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

getLineStringSegment

java.util.List<LineStringSegment> getLineStringSegment()

isSetLineStringSegment

boolean isSetLineStringSegment()

addLineStringSegment

void addLineStringSegment(LineStringSegment lineStringSegment)

setLineStringSegment

void setLineStringSegment(java.util.List<LineStringSegment> lineStringSegment)

unsetLineStringSegment

void unsetLineStringSegment()

unsetLineStringSegment

boolean unsetLineStringSegment(LineStringSegment lineStringSegment)