|
||||||||||
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
public class PolyhedralSurfaceImpl
A PolyhedralSurface (Figure 21) is a Surface composed of polygon surfaces (Polygon) connected along their common boundary curves. This differs from Surface only in the restriction on the types of surface patches acceptable.
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 | |
---|---|
PolyhedralSurfaceImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs,
java.util.List<org.opengis.geometry.coordinate.Polygon> tiles)
The constructor for a PolyhedralSurface takes the facet Polygons and creates the necessary aggregate surface. |
|
PolyhedralSurfaceImpl(SurfaceBoundaryImpl boundary)
|
Method Summary | |
---|---|
java.util.List<? extends org.opengis.geometry.coordinate.Polygon> |
getPatches()
|
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 PolyhedralSurfaceImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs, java.util.List<org.opengis.geometry.coordinate.Polygon> tiles)
crs
- tiles
- public PolyhedralSurfaceImpl(SurfaceBoundaryImpl boundary)
factory
- boundary
- Method Detail |
---|
public java.util.List<? extends org.opengis.geometry.coordinate.Polygon> getPatches()
getPatches
in interface org.opengis.geometry.coordinate.PolyhedralSurface
getPatches
in interface org.opengis.geometry.primitive.Surface
getPatches
in class SurfaceImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |