public class CompositeCurve extends AbstractCurve
isSetMetaDataProperty
Constructor and Description |
---|
CompositeCurve() |
CompositeCurve(AbstractCurve... abstractCurves) |
CompositeCurve(java.util.List<? extends AbstractCurve> abstractCurves) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(GeometryFunctor<T> visitor) |
void |
accept(GeometryVisitor visitor) |
<T> T |
accept(GMLFunctor<T> visitor) |
void |
accept(GMLVisitor visitor) |
void |
addCurveMember(CurveProperty curveMember) |
BoundingBox |
calcBoundingBox() |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.util.List<CurveProperty> |
getCurveMember() |
GMLClass |
getGMLClass() |
boolean |
isSetCurveMember() |
void |
setCurveMember(java.util.List<CurveProperty> curveMember) |
void |
unsetCurveMember() |
boolean |
unsetCurveMember(CurveProperty curveMember) |
addAxisLabel, addUomLabel, getAxisLabels, getGid, getInheritedSrsName, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetAxisLabels, unsetGid, unsetSrsDimension, unsetSrsName, unsetUomLabels, unsetUomLabels
addMetaDataProperty, addName, getDescription, getId, getLocalProperty, getMetaDataProperty, getModelType, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getModelType
public CompositeCurve()
public CompositeCurve(java.util.List<? extends AbstractCurve> abstractCurves)
public CompositeCurve(AbstractCurve... abstractCurves)
public void addCurveMember(CurveProperty curveMember)
public java.util.List<CurveProperty> getCurveMember()
public boolean isSetCurveMember()
public void setCurveMember(java.util.List<CurveProperty> curveMember)
public void unsetCurveMember()
public boolean unsetCurveMember(CurveProperty curveMember)
public BoundingBox calcBoundingBox()
calcBoundingBox
in class AbstractGeometry
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class AbstractGML
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractGeometry
public void accept(GeometryVisitor visitor)
accept
in class AbstractGeometry
public <T> T accept(GeometryFunctor<T> visitor)
accept
in class AbstractGeometry
public void accept(GMLVisitor visitor)
accept
in class AbstractGML
public <T> T accept(GMLFunctor<T> visitor)
accept
in class AbstractGML