T
-
public class RRecord<T>
extends java.lang.Object
implements oracle.spatial.util.RNode, java.io.Serializable
Constructor and Description |
---|
RRecord(T value, oracle.spatial.geometry.JGeometry geom)
Creates a new instance with the given value and geometry
|
RRecord(T value, oracle.spatial.geometry.Mer mer)
Creates a new instance with the given value and MER
|
Modifier and Type | Method and Description |
---|---|
oracle.spatial.geometry.JGeometry |
getGeometry()
Gets the current geometry.
|
oracle.spatial.geometry.Mer |
getMer() |
T |
getValue()
Gets the current value
|
public RRecord(T value, oracle.spatial.geometry.Mer mer)
value
-mer
- the value's minimum enclosing rectanglepublic RRecord(T value, oracle.spatial.geometry.JGeometry geom)
value
-geom
- the value's geometrypublic T getValue()
public oracle.spatial.geometry.Mer getMer()
getMer
in interface oracle.spatial.util.RNode
public oracle.spatial.geometry.JGeometry getGeometry()
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.