Uses of Class
mil.nga.sf.Surface
-
Packages that use Surface Package Description mil.nga.sf -
-
Uses of Surface in mil.nga.sf
Classes in mil.nga.sf with type parameters of type Surface Modifier and Type Class Description classMultiSurface<T extends Surface>A restricted form of GeometryCollection where each Geometry in the collection must be of type Surface.Subclasses of Surface in mil.nga.sf Modifier and Type Class Description classCurvePolygon<T extends Curve>A planar surface defined by an exterior ring and zero or more interior ring.classPolygonA restricted form of CurvePolygon where each ring is defined as a simple, closed LineString.classPolyhedralSurfaceContiguous collection of polygons which share common boundary segments.classTINA tetrahedron (4 triangular faces), corner at the origin and each unit coordinate digit.classTriangleTriangleMethods in mil.nga.sf that return types with arguments of type Surface Modifier and Type Method Description GeometryCollection<Surface>GeometryCollection. getAsMultiSurface()Get as a Multi Surface, aSurfacetyped Geometry Collection
-