@UML(identifier="GM_PolyhedralSurface", specification=ISO_19107) public interface PolyhedralSurface extends Surface
Surface
only in the restriction on the types of surface patches
acceptable.GeometryFactory.createPolyhedralSurface(java.util.List<org.opengis.geometry.coordinate.Polygon>)
Modifier and Type | Method and Description |
---|---|
List<? extends Polygon> |
getPatches()
Associates this surface with its individual facet polygons.
|
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<? extends Polygon> getPatches()
getPatches
in interface Surface
null
neither empty.SurfacePatch.getSurface()
,
Curve.getSegments()
Copyright © 1996–2019 Geotools. All rights reserved.