public class Tin extends TriangulatedSurface
isSetMetaDataProperty
Constructor and Description |
---|
Tin() |
getGMLClass, getPatches, getTrianglePatches, isSetTrianglePatches, setPatches, setTrianglePatches, unsetTrianglePatches
accept, accept, isSetPatches, unsetPatches
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, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
public void addBreakLines(LineStringSegmentArrayProperty breakLines)
public void addStopLines(LineStringSegmentArrayProperty stopLines)
public java.util.List<LineStringSegmentArrayProperty> getBreakLines()
public ControlPoint getControlPoint()
public Length getMaxLength()
public java.util.List<LineStringSegmentArrayProperty> getStopLines()
public boolean isSetBreakLines()
public boolean isSetControlPoint()
public boolean isSetMaxLength()
public boolean isSetStopLines()
public void setBreakLines(java.util.List<LineStringSegmentArrayProperty> breakLines)
public void setControlPoint(ControlPoint controlPoint)
public void setMaxLength(Length maxLength)
public void setStopLines(java.util.List<LineStringSegmentArrayProperty> stopLines)
public void unsetBreakLines()
public boolean unsetBreakLines(LineStringSegmentArrayProperty breakLines)
public void unsetControlPoint()
public void unsetMaxLength()
public void unsetStopLines()
public boolean unsetStopLines(LineStringSegmentArrayProperty stopLines)
public BoundingBox calcBoundingBox()
calcBoundingBox
in class Surface
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class TriangulatedSurface
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class TriangulatedSurface
public void accept(GeometryVisitor visitor)
accept
in class TriangulatedSurface
public <T> T accept(GeometryFunctor<T> visitor)
accept
in class TriangulatedSurface