org.citygml4j.model.gml.geometry.primitives
Class Tin
java.lang.Object
org.citygml4j.model.gml.base.AbstractGML
org.citygml4j.model.gml.geometry.AbstractGeometry
org.citygml4j.model.gml.geometry.primitives.AbstractGeometricPrimitive
org.citygml4j.model.gml.geometry.primitives.AbstractSurface
org.citygml4j.model.gml.geometry.primitives.Surface
org.citygml4j.model.gml.geometry.primitives.TriangulatedSurface
org.citygml4j.model.gml.geometry.primitives.Tin
- All Implemented Interfaces:
- Associable, ModelObject, Child, Copyable, StandardObjectProperties, SRSInformationGroup, SRSReferenceGroup, GML
public class Tin
- extends TriangulatedSurface
Constructor Summary |
Tin()
|
Methods inherited from class org.citygml4j.model.gml.geometry.AbstractGeometry |
addAxisLabel, addUomLabel, getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetAxisLabels, unsetGid, unsetSrsDimension, unsetSrsName, unsetUomLabels, unsetUomLabels |
Methods inherited from class org.citygml4j.model.gml.base.AbstractGML |
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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tin
public Tin()
addBreakLines
public void addBreakLines(LineStringSegmentArrayProperty breakLines)
addStopLines
public void addStopLines(LineStringSegmentArrayProperty stopLines)
getBreakLines
public java.util.List<LineStringSegmentArrayProperty> getBreakLines()
getControlPoint
public ControlPoint getControlPoint()
getMaxLength
public Length getMaxLength()
getStopLines
public java.util.List<LineStringSegmentArrayProperty> getStopLines()
isSetBreakLines
public boolean isSetBreakLines()
isSetControlPoint
public boolean isSetControlPoint()
isSetMaxLength
public boolean isSetMaxLength()
isSetStopLines
public boolean isSetStopLines()
setBreakLines
public void setBreakLines(java.util.List<LineStringSegmentArrayProperty> breakLines)
setControlPoint
public void setControlPoint(ControlPoint controlPoint)
setMaxLength
public void setMaxLength(Length maxLength)
setStopLines
public void setStopLines(java.util.List<LineStringSegmentArrayProperty> stopLines)
unsetBreakLines
public void unsetBreakLines()
unsetBreakLines
public boolean unsetBreakLines(LineStringSegmentArrayProperty breakLines)
unsetControlPoint
public void unsetControlPoint()
unsetMaxLength
public void unsetMaxLength()
unsetStopLines
public void unsetStopLines()
unsetStopLines
public boolean unsetStopLines(LineStringSegmentArrayProperty stopLines)
calcBoundingBox
public BoundingBox calcBoundingBox()
- Overrides:
calcBoundingBox
in class Surface
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
- Overrides:
copy
in class TriangulatedSurface
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class TriangulatedSurface
accept
public void accept(GeometryVisitor visitor)
- Overrides:
accept
in class TriangulatedSurface
accept
public <T> T accept(GeometryFunctor<T> visitor)
- Overrides:
accept
in class TriangulatedSurface