Class GeometryReference
- java.lang.Object
-
- net.anwiba.spatial.geometry.extract.AbstractReference
-
- net.anwiba.spatial.geometry.extract.GeometryReference
-
- All Implemented Interfaces:
IGeometryReference,IReference
public class GeometryReference extends AbstractReference implements IGeometryReference
-
-
Field Summary
-
Fields inherited from class net.anwiba.spatial.geometry.extract.AbstractReference
path
-
-
Constructor Summary
Constructors Constructor Description GeometryReference(IPath path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()-
Methods inherited from class net.anwiba.spatial.geometry.extract.AbstractReference
getPath
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.spatial.geometry.extract.IReference
getPath
-
-
-
-
Constructor Detail
-
GeometryReference
public GeometryReference(IPath path)
-
-