org.opengis.util
Interface Cloneable
-
- All Superinterfaces:
- java.lang.Cloneable
- All Known Subinterfaces:
- DirectPosition, GeneralParameterValue, GraphicStyle, LineSymbolizer, Matrix, ParameterValue, ParameterValueGroup, PointSymbolizer, PolygonSymbolizer, TextSymbolizer
public interface Cloneable extends java.lang.CloneableIndicates that it is legal to make a field-for-field copy of instances of implementing classes. A cloneable class implements the J2SE'sCloneablestandard interface and additionnaly overrides theObject.clone()method with public access.- Since:
- GeoAPI 1.0
- See Also:
Cloneable, "Cloneable doesn't defineclone()" on Sun's bug parade
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Objectclone()Creates and returns a copy of this object.
-
DataMelt 3.0 © DataMelt by jWork.ORG