Package com.luciad.geometries
Class Patch
java.lang.Object
com.luciad.geometries.Geometry
com.luciad.geometries.Surface
com.luciad.geometries.Patch
- All Implemented Interfaces:
AutoCloseable
A patch is a surface based on a single ring, thus not having any holes.
You can read more about the available geometries here.
- See Also:
-
Method Summary
Methods inherited from class com.luciad.geometries.Geometry
getBounds, getReference
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Overrides:
close
in classSurface
-
getBaseGeometry
Returns the basering
geometry on which the patch is based.- Returns:
- the base
ring
geometry on which the patch is based.
-