public abstract class Geo<T> extends Object
Geo(GeoType t)
T
getCoordinates()
GeoType
getType()
void
setCoordinates(T coordinates)
setType(GeoType type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Geo(GeoType t)
public GeoType getType()
public void setType(GeoType type)
public T getCoordinates()
public void setCoordinates(T coordinates)
Copyright © 2021. All rights reserved.