Class AbstractReference
- java.lang.Object
-
- net.anwiba.spatial.geometry.extract.AbstractReference
-
- All Implemented Interfaces:
IReference
- Direct Known Subclasses:
CoordinateReference,GeometryReference
public class AbstractReference extends java.lang.Object implements IReference
-
-
Constructor Summary
Constructors Constructor Description AbstractReference(IPath path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPathgetPath()
-
-
-
Field Detail
-
path
protected final IPath path
-
-
Constructor Detail
-
AbstractReference
public AbstractReference(IPath path)
-
-
Method Detail
-
getPath
public IPath getPath()
- Specified by:
getPathin interfaceIReference
-
-