-
- Type Parameters:
T- is the type of the cloned object.
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
AbstractBoundedGISElement,AbstractBusContainer,AbstractBusPrimitive,AbstractGISElement,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 GISCloneable<T> extends Cloneable
This interface is implemented by cloneable objects.- Since:
- 14.0
- Version:
- 17.0 2020-01-04 14:41:53
- Author:
- Stéphane GALLAND
- Maven Group Id:
- org.arakhne.afc.gis
- Maven Artifact Id:
- giscore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tclone()Clone this element.
-
-
-
Method Detail
-
clone
@Pure T clone()
Clone this element.- Returns:
- a clone.
-
-