Uses of Class
mil.nga.sf.GeometryEnvelope
-
Packages that use GeometryEnvelope Package Description mil.nga.sf mil.nga.sf.util -
-
Uses of GeometryEnvelope in mil.nga.sf
Methods in mil.nga.sf that return GeometryEnvelope Modifier and Type Method Description GeometryEnvelopeGeometryEnvelope. copy()Copy the geometry envelopeGeometryEnvelopeGeometry. getEnvelope()Get the minimum bounding box for this GeometryGeometryEnvelopeGeometryEnvelope. overlap(GeometryEnvelope envelope)Get the overlapping geometry envelope with the provided envelopeGeometryEnvelopeGeometryEnvelope. overlap(GeometryEnvelope envelope, boolean allowEmpty)Get the overlapping geometry envelope with the provided envelopeGeometryEnvelopeGeometryEnvelope. union(GeometryEnvelope envelope)Get the union geometry envelope combined with the provided envelopeMethods in mil.nga.sf with parameters of type GeometryEnvelope Modifier and Type Method Description booleanGeometryEnvelope. contains(GeometryEnvelope envelope)Determine if inclusively contains the provided envelopevoidGeometry. expandEnvelope(GeometryEnvelope envelope)Expand the envelope with the minimum bounding box for this GeometrybooleanGeometryEnvelope. intersects(GeometryEnvelope envelope)Determine if intersects with the provided envelopebooleanGeometryEnvelope. intersects(GeometryEnvelope envelope, boolean allowEmpty)Determine if intersects with the provided envelopeGeometryEnvelopeGeometryEnvelope. overlap(GeometryEnvelope envelope)Get the overlapping geometry envelope with the provided envelopeGeometryEnvelopeGeometryEnvelope. overlap(GeometryEnvelope envelope, boolean allowEmpty)Get the overlapping geometry envelope with the provided envelopeGeometryEnvelopeGeometryEnvelope. union(GeometryEnvelope envelope)Get the union geometry envelope combined with the provided envelopeConstructors in mil.nga.sf with parameters of type GeometryEnvelope Constructor Description GeometryEnvelope(GeometryEnvelope envelope)Copy Constructor -
Uses of GeometryEnvelope in mil.nga.sf.util
Methods in mil.nga.sf.util that return GeometryEnvelope Modifier and Type Method Description static GeometryEnvelopeGeometryEnvelopeBuilder. buildEnvelope(Geometry geometry)Build Geometry EnvelopeMethods in mil.nga.sf.util with parameters of type GeometryEnvelope Modifier and Type Method Description static voidGeometryEnvelopeBuilder. buildEnvelope(Geometry geometry, GeometryEnvelope envelope)Build Geometry Envelopestatic GeometryGeometryEnvelopeBuilder. buildGeometry(GeometryEnvelope envelope)Build a geometry representation of the geometry envelope
-