Class SpatialObjectAdapter<T extends SpatialObject<?>>
java.lang.Object
org.eclipse.mosaic.lib.perception.objects.SpatialObjectAdapter<T>
- All Implemented Interfaces:
SpatialItemAdapter<T>
public class SpatialObjectAdapter<T extends SpatialObject<?>>
extends Object
implements SpatialItemAdapter<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.mosaic.lib.spatial.SpatialItemAdapter
SpatialItemAdapter.AreaAdapter<T extends Area<?>>, SpatialItemAdapter.EdgeAdapter<T extends Edge<?>>, SpatialItemAdapter.PointAdapter<T extends Vector3d> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetCenterX(T item) doublegetCenterY(T item) doublegetCenterZ(T item) intgetItemHash(T item) doubledoubledouble
-
Constructor Details
-
SpatialObjectAdapter
public SpatialObjectAdapter()
-
-
Method Details
-
getItemHash
- Specified by:
getItemHashin interfaceSpatialItemAdapter<T extends SpatialObject<?>>
-
getCenterX
- Specified by:
getCenterXin interfaceSpatialItemAdapter<T extends SpatialObject<?>>
-
getCenterY
- Specified by:
getCenterYin interfaceSpatialItemAdapter<T extends SpatialObject<?>>
-
getCenterZ
- Specified by:
getCenterZin interfaceSpatialItemAdapter<T extends SpatialObject<?>>
-
getMinX
- Specified by:
getMinXin interfaceSpatialItemAdapter<T extends SpatialObject<?>>
-
getMinY
- Specified by:
getMinYin interfaceSpatialItemAdapter<T extends SpatialObject<?>>
-
getMinZ
- Specified by:
getMinZin interfaceSpatialItemAdapter<T extends SpatialObject<?>>
-