org.citygml4j.impl.gml.geometry.primitives
Class LineStringSegmentArrayPropertyImpl
java.lang.Object
org.citygml4j.impl.gml.base.ArrayAssociationImpl<LineStringSegment>
org.citygml4j.impl.gml.geometry.primitives.LineStringSegmentArrayPropertyImpl
- All Implemented Interfaces:
- Association<LineStringSegment>, ModelObject, Child, Copyable, ArrayAssociation<LineStringSegment>, LineStringSegmentArrayProperty, GML
public class LineStringSegmentArrayPropertyImpl
- extends ArrayAssociationImpl<LineStringSegment>
- implements LineStringSegmentArrayProperty
Methods inherited from class org.citygml4j.impl.gml.base.ArrayAssociationImpl |
addObject, getModelType, getObject, getParent, isSetObject, isSetParent, setObject, setParent, unsetObject, unsetObject, unsetParent |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineStringSegmentArrayPropertyImpl
public LineStringSegmentArrayPropertyImpl()
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
- Overrides:
getGMLClass
in class ArrayAssociationImpl<LineStringSegment>
addLineStringSegment
public void addLineStringSegment(LineStringSegment lineStringSegment)
- Specified by:
addLineStringSegment
in interface LineStringSegmentArrayProperty
getLineStringSegment
public java.util.List<LineStringSegment> getLineStringSegment()
- Specified by:
getLineStringSegment
in interface LineStringSegmentArrayProperty
isSetLineStringSegment
public boolean isSetLineStringSegment()
- Specified by:
isSetLineStringSegment
in interface LineStringSegmentArrayProperty
setLineStringSegment
public void setLineStringSegment(java.util.List<LineStringSegment> lineStringSegment)
- Specified by:
setLineStringSegment
in interface LineStringSegmentArrayProperty
unsetLineStringSegment
public void unsetLineStringSegment()
- Specified by:
unsetLineStringSegment
in interface LineStringSegmentArrayProperty
unsetLineStringSegment
public boolean unsetLineStringSegment(LineStringSegment lineStringSegment)
- Specified by:
unsetLineStringSegment
in interface LineStringSegmentArrayProperty
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class ArrayAssociationImpl<LineStringSegment>
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable