AnyLogic
Expand
Font size
All Superinterfaces:
Locatable2D
All Known Subinterfaces:
Area3D, Path3D, Segment3D
All Known Implementing Classes:
AbstractShapeGISMap, ElevatorShaft, Shape3D, Shape3DGroup, Shape3DObject, ShapeAgentGroup_xjal, ShapeAgentPopulationGroup, ShapeArc, ShapeArrowLine, ShapeCurve, ShapeEmbeddedObjectPresentation, ShapeGISMap, ShapeGroup, ShapeImage, ShapeLine, ShapeLineFill, ShapeModelElementsGroup, ShapeMultiplePoints, ShapeOval, ShapePolyLine, ShapeRectangle, ShapeRoundedRectangle, ShapeText, ShapeTopLevelPresentationGroup

public interface Locatable3D
extends Locatable2D
This interface represents some location.
Author:
AnyLogic North America, LLC https://anylogic.com

Method Summary

Modifier and TypeMethodDescription
doublegetZ()
Returns the z coordinate of the location base.
doublegetZOffset()
Returns the offset from z coordinate of the location base.
This e.g.

Methods inherited from interface com.anylogic.engine.Locatable2D

getX, getY

Method Details

getZ

double getZ()
Returns the z coordinate of the location base.
Returns:
the z coordinate of the location base

getZOffset

double getZOffset()
Returns the offset from z coordinate of the location base.
This e.g. returns getZHeight() for some 3D shapes
Returns:
the offset from z coordinate of the location