T - the type of Entrypublic final class Entry<T,S extends Geometry> extends Object implements HasGeometry
| Constructor and Description |
|---|
Entry(T value,
S geometry)
Constructor.
|
public static <T,S extends Geometry> Entry<T,S> entry(T value, S geometry)
T - type of valueS - type of geometryvalue - object being given a spatial contextgeometry - geometry associated with the valuepublic S geometry()
geometry in interface HasGeometryCopyright © 2013–2015. All rights reserved.