org.citygml4j.model.gml.geometry.primitives
Interface TriangulatedSurface
- All Superinterfaces:
- AbstractGeometricPrimitive, AbstractGeometry, AbstractGML, AbstractSurface, Associable, Child, Copyable, GML, ModelObject, SRSInformationGroup, SRSReferenceGroup, StandardObjectProperties, Surface
- All Known Subinterfaces:
- Tin
- All Known Implementing Classes:
- TinImpl, TriangulatedSurfaceImpl
public interface TriangulatedSurface
- extends Surface
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
Methods inherited from interface org.citygml4j.model.gml.base.StandardObjectProperties |
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName |
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
Methods inherited from interface org.citygml4j.model.gml.geometry.SRSInformationGroup |
addAxisLabel, addUomLabel, getAxisLabels, getUomLabels, isSetAxisLabels, isSetUomLabels, setAxisLabels, setUomLabels, unsetAxisLabels, unsetAxisLabels, unsetUomLabels, unsetUomLabels |
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getTrianglePatches
TrianglePatchArrayProperty getTrianglePatches()
isSetTrianglePatches
boolean isSetTrianglePatches()
setTrianglePatches
void setTrianglePatches(TrianglePatchArrayProperty trianglePatches)
unsetTrianglePatches
void unsetTrianglePatches()