@UML(identifier="GM_TriangulatedSurface", specification=ISO_19107) public interface TriangulatedSurface extends PolyhedralSurface
Modifier and Type | Method and Description |
---|---|
List<Triangle> |
getPatches()
Associates this surface with its individual triangles.
|
getBoundary, getComposite, getPrimitive
getOrientation
getComplexes, getContainedPrimitives, getContainingPrimitives
clone, distance, getBuffer, getCentroid, getClosure, getConvexHull, getCoordinateDimension, getCoordinateReferenceSystem, getDimension, getEnvelope, getMaximalComplex, getMbRegion, getPrecision, getRepresentativePoint, isCycle, isMutable, isSimple, toImmutable, transform, transform
contains, contains, difference, equals, intersection, intersects, symmetricDifference, union
getArea, getPerimeter, getUpNormal
@UML(identifier="patch", obligation=MANDATORY, specification=ISO_19107) List<Triangle> getPatches()
getPatches
in interface PolyhedralSurface
getPatches
in interface Surface
null
neither empty.SurfacePatch.getSurface()
,
Curve.getSegments()
Copyright © 1996–2021 Geotools. All rights reserved.