public class TriangulatedSurface extends Surface
isSetMetaDataProperty
Constructor and Description |
---|
TriangulatedSurface() |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(GeometryFunctor<T> visitor) |
void |
accept(GeometryVisitor visitor) |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
GMLClass |
getGMLClass() |
TrianglePatchArrayProperty |
getPatches() |
TrianglePatchArrayProperty |
getTrianglePatches() |
boolean |
isSetTrianglePatches() |
void |
setPatches(SurfacePatchArrayProperty patches) |
void |
setTrianglePatches(TrianglePatchArrayProperty trianglePatches) |
void |
unsetTrianglePatches() |
accept, accept, calcBoundingBox, 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 GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class Surface
public TrianglePatchArrayProperty getTrianglePatches()
public boolean isSetTrianglePatches()
public void setTrianglePatches(TrianglePatchArrayProperty trianglePatches)
public void unsetTrianglePatches()
public TrianglePatchArrayProperty getPatches()
getPatches
in class Surface
public void setPatches(SurfacePatchArrayProperty patches)
setPatches
in class Surface
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
public void accept(GeometryVisitor visitor)
public <T> T accept(GeometryFunctor<T> visitor)