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 class
MultiSurface<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 class
CurvePolygon<T extends Curve>
A planar surface defined by an exterior ring and zero or more interior ring.class
Polygon
A restricted form of CurvePolygon where each ring is defined as a simple, closed LineString.class
PolyhedralSurface
Contiguous collection of polygons which share common boundary segments.class
TIN
A tetrahedron (4 triangular faces), corner at the origin and each unit coordinate digit.class
Triangle
TriangleMethods 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, aSurface
typed Geometry Collection
-