@UML(identifier="GM_Tin", specification=ISO_19107) public interface Tin extends TriangulatedSurface
GeometryFactory.createTin(java.util.Set<org.opengis.geometry.coordinate.Position>, java.util.Set<org.opengis.geometry.coordinate.LineString>, java.util.Set<org.opengis.geometry.coordinate.LineString>, double)
Modifier and Type | Method and Description |
---|---|
Set<LineString> |
getBreakLines()
Breaklines are lines of a critical nature to the shape of the surface, representing local
ridges, or depressions (such as drainage lines) in the surface.
|
List<Position> |
getControlPoints()
The corners of the triangles in the TIN are often referred to as posts.
|
double |
getMaxLength()
Maximal length for retention.
|
Set<LineString> |
getStopLines()
Stoplines are lines where the local continuity or regularity of the surface is questionable.
|
getPatches
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="stopLines", obligation=MANDATORY, specification=ISO_19107) Set<LineString> getStopLines()
stopLines
contains all these pathological segments as a set of line strings.@UML(identifier="breakLines", obligation=MANDATORY, specification=ISO_19107) Set<LineString> getBreakLines()
breakLines
contains these critical segments as a set of line strings.@UML(identifier="maxLength", obligation=MANDATORY, specification=ISO_19107) double getMaxLength()
@UML(identifier="controlPoint", obligation=MANDATORY, specification=ISO_19107) List<Position> getControlPoints()
controlPoint
shall contain a set of the positions used as posts for
this TIN. Since each TIN contains triangles, there must be at least 3 posts. The order in
which these points are given does not affect the surface that is represented. Application
schemas may add information based on the ordering of the control points to facilitate the
reconstruction of the TIN from the control points.Copyright © 1996–2019 Geotools. All rights reserved.