Uses of Class
com.esri.core.geometry.Envelope3D
Packages that use Envelope3D
-
Uses of Envelope3D in com.esri.core.geometry
Methods in com.esri.core.geometry that return Envelope3DModifier and TypeMethodDescriptionstatic Envelope3D
Envelope3D.construct
(double _xmin, double _ymin, double _zmin, double _xmax, double _ymax, double _zmax) Transformation3D.transform
(Envelope3D env) Transforms an envelope.Methods in com.esri.core.geometry with parameters of type Envelope3DModifier and TypeMethodDescriptionprotected void
MultiVertexGeometryImpl._updateEnvelope
(Envelope3D env) protected void
MultiVertexGeometryImpl._updateLooseEnvelope
(Envelope3D env) \internal Calculates loose envelope.boolean
Envelope3D.contains
(Envelope3D other) Returns True if the envelope contains the other envelope (boundary inclusive).boolean
Envelope3D.intersect
(Envelope3D other) Intersects this envelope with the other and stores result in this envelope.boolean
Envelope3D.isIntersecting
(Envelope3D other) Checks if this envelope intersects the other.void
Envelope3D.merge
(Envelope3D other) (package private) void
Envelope.queryEnvelope3D
(Envelope3D env) (package private) abstract void
Geometry.queryEnvelope3D
(Envelope3D env) Returns tight bbox of the Geometry in 3D.(package private) void
Line.queryEnvelope3D
(Envelope3D env) (package private) void
MultiPath.queryEnvelope3D
(Envelope3D env) (package private) void
MultiPoint.queryEnvelope3D
(Envelope3D env) void
MultiVertexGeometryImpl.queryEnvelope3D
(Envelope3D env) (package private) void
Point.queryEnvelope3D
(Envelope3D env) (package private) void
MultiPath.queryLooseEnvelope
(Envelope3D env) (package private) void
Geometry.queryLooseEnvelope3D
(Envelope3D env) Returns tight conservative box of the Geometry in 3D.void
MultiVertexGeometryImpl.queryLooseEnvelope3D
(Envelope3D env) void
Envelope3D.setCoords
(Envelope3D envSrc) Transformation3D.transform
(Envelope3D env) Transforms an envelope.Constructors in com.esri.core.geometry with parameters of type Envelope3D