T - value typeS - geometry typepublic final class EntryDefault<T,S extends Geometry> extends Object implements Entry<T,S>
| Constructor and Description |
|---|
EntryDefault(T value,
S geometry)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,S extends Geometry> |
entry(T value,
S geometry)
Factory method.
|
boolean |
equals(Object obj) |
S |
geometry() |
int |
hashCode() |
String |
toString() |
T |
value()
Returns the value wrapped by this
EntryDefault. |
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 T value()
EntryDefault.public S geometry()
Copyright © 2013–2023. All rights reserved.