Interface BoundedElement2afp<T extends Rectangle2afp<?,?,?,?,?,?>>
-
- Type Parameters:
T- the type of the bounding box.
- All Known Subinterfaces:
BoundedGISElement,BusContainer<CONTENT>,BusPrimitive<CONTAINER>,GISContainer<T>,GISElementContainer<T>,GISLayerContainer<L>,RoadNetwork
- All Known Implementing Classes:
AbstractBoundedGISElement,AbstractBusContainer,AbstractBusPrimitive,ArrayMapElementLayer,BusHub,BusItinerary,BusItineraryHalt,BusItineraryLayer,BusLine,BusLineLayer,BusNetwork,BusNetworkLayer,BusStop,GridMapElementLayer,MapCircle,MapComposedElement,MapElement,MapElementLayer,MapLayer,MapMultiPoint,MapPoint,MapPolygon,MapPolyline,MapPonctualElement,MultiMapLayer,RoadNetworkLayer,RoadPolyline,StandardRoadNetwork,TreeMapElementLayer
public interface BoundedElement2afp<T extends Rectangle2afp<?,?,?,?,?,?>>Element that has bounds.- Since:
- 15.0
- Version:
- 17.0 2020-01-04 14:41:43
- Author:
- Stéphane GALLAND
- Maven Group Id:
- org.arakhne.afc.core
- Maven Artifact Id:
- mathgeom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetBoundingBox()Replies the bounding box of this element.
-
-
-
Method Detail
-
getBoundingBox
@Pure T getBoundingBox()
Replies the bounding box of this element.- Returns:
- the bounding box or
nullif not applicable.
-
-