|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.geometry.iso.root.GeometryImpl
org.geotools.geometry.iso.primitive.PrimitiveImpl
org.geotools.geometry.iso.primitive.OrientablePrimitiveImpl
org.geotools.geometry.iso.primitive.OrientableSurfaceImpl
org.geotools.geometry.iso.primitive.SurfaceImpl
org.geotools.geometry.iso.coordinate.PolyhedralSurfaceImpl
org.geotools.geometry.iso.coordinate.TriangulatedSurfaceImpl
public class TriangulatedSurfaceImpl
A TriangulatedSurface (Figure 21) is a PolyhedralSurface that is composed only of triangles (Triangle). There is no restriction on how the triangulation is derived.
Field Summary |
---|
Fields inherited from class org.geotools.geometry.iso.primitive.SurfaceImpl |
---|
patch |
Fields inherited from class org.geotools.geometry.iso.primitive.OrientablePrimitiveImpl |
---|
proxy |
Fields inherited from class org.geotools.geometry.iso.primitive.PrimitiveImpl |
---|
complex, containedPrimitive, containingPrimitive |
Fields inherited from class org.geotools.geometry.iso.root.GeometryImpl |
---|
crs, percision |
Constructor Summary | |
---|---|
TriangulatedSurfaceImpl()
|
|
TriangulatedSurfaceImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs,
java.util.List<org.opengis.geometry.coordinate.Polygon> triangles)
Constructor |
|
TriangulatedSurfaceImpl(SurfaceBoundaryImpl boundary)
|
Method Summary | |
---|---|
java.util.List<org.opengis.geometry.coordinate.Triangle> |
getPatches()
|
void |
setTriangles(java.util.ArrayList<TriangleImpl> triangles)
Sets the Triangles for the Triangulated Surface |
Methods inherited from class org.geotools.geometry.iso.primitive.SurfaceImpl |
---|
clone, createProxy, equals, getArea, getBoundary, getBoundaryRings, getComposite, getDimension, getEnvelope, getPerimeter, getPrimitive, getProxy, getRepresentativePoint, getUpNormal, hashCode, isSimple, setBoundary, setPatches, toString, transform |
Methods inherited from class org.geotools.geometry.iso.primitive.OrientablePrimitiveImpl |
---|
getOrientation |
Methods inherited from class org.geotools.geometry.iso.primitive.PrimitiveImpl |
---|
addComplex, addContainedPrimitive, addContainingPrimitive, getComplexes, getContainedPrimitives, getContainingPrimitives, getMaximalComplex |
Methods inherited from class org.geotools.geometry.iso.root.GeometryImpl |
---|
castToGeometryImpl, castToGeometryImpl, contains, contains, cRelate, crosses, difference, disjoint, distance, equals, getBuffer, getCentroid, getClosure, getConvexHull, getCoordinateDimension, getCoordinateReferenceSystem, getDistance, getMbRegion, getPositionFactory, getPrecision, intersection, intersects, isCycle, isMutable, overlaps, relate, symmetricDifference, toImmutable, touches, transform, union, within |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.geometry.primitive.Surface |
---|
getProxy |
Methods inherited from interface org.opengis.geometry.primitive.OrientableSurface |
---|
getBoundary, getComposite, getPrimitive |
Methods inherited from interface org.opengis.geometry.primitive.OrientablePrimitive |
---|
getOrientation |
Methods inherited from interface org.opengis.geometry.primitive.Primitive |
---|
getComplexes, getContainedPrimitives, getContainingPrimitives |
Methods inherited from interface org.opengis.geometry.Geometry |
---|
clone, distance, getBuffer, getCentroid, getClosure, getConvexHull, getCoordinateDimension, getCoordinateReferenceSystem, getDimension, getEnvelope, getMaximalComplex, getMbRegion, getPrecision, getRepresentativePoint, isCycle, isMutable, isSimple, toImmutable, transform, transform |
Methods inherited from interface org.opengis.geometry.TransfiniteSet |
---|
contains, contains, difference, equals, intersection, intersects, symmetricDifference, union |
Methods inherited from interface org.opengis.geometry.coordinate.GenericSurface |
---|
getArea, getPerimeter, getUpNormal |
Constructor Detail |
---|
public TriangulatedSurfaceImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs, java.util.List<org.opengis.geometry.coordinate.Polygon> triangles)
crs
- triangles
- public TriangulatedSurfaceImpl()
public TriangulatedSurfaceImpl(SurfaceBoundaryImpl boundary)
boundary
- Method Detail |
---|
public void setTriangles(java.util.ArrayList<TriangleImpl> triangles)
triangles
- surfaceBoundary
- public java.util.List<org.opengis.geometry.coordinate.Triangle> getPatches()
getPatches
in interface org.opengis.geometry.coordinate.PolyhedralSurface
getPatches
in interface org.opengis.geometry.coordinate.TriangulatedSurface
getPatches
in interface org.opengis.geometry.primitive.Surface
getPatches
in class PolyhedralSurfaceImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |