public class SpatialLiteral extends Literal<FilterGeometry> implements SpatialExpression
| Constructor and Description |
|---|
SpatialLiteral() |
SpatialLiteral(FilterGeometry literal) |
SpatialLiteral(FilterGeometry literal,
org.opengis.referencing.crs.CoordinateReferenceSystem crs) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBinary(byte[] bytes) |
org.opengis.referencing.crs.CoordinateReferenceSystem |
getCRS(DataTypeAdapter<?> adapter)
Get the coordinate reference system for this expression.
|
static SpatialLiteral |
of(Object literal) |
static SpatialLiteral |
of(Object literal,
org.opengis.referencing.crs.CoordinateReferenceSystem crs) |
void |
prepare(org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS)
Prepare this literal by converting it to the provided coordinate reference system and preparing
the geometry.
|
byte[] |
toBinary() |
String |
toString() |
addReferencedFields, evaluateValue, evaluateValue, getValue, isLiteralclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbbox, bbox, bboxLoose, bboxLoose, contains, crosses, disjoint, disjointLoose, intersects, intersectsLoose, isEqualTo, isNotEqualTo, overlaps, toSpatialExpression, touches, withinaddReferencedFields, evaluateValue, evaluateValue, isLiteral, isNotNull, isNullpublic SpatialLiteral()
public SpatialLiteral(FilterGeometry literal)
public SpatialLiteral(FilterGeometry literal, org.opengis.referencing.crs.CoordinateReferenceSystem crs)
public org.opengis.referencing.crs.CoordinateReferenceSystem getCRS(DataTypeAdapter<?> adapter)
SpatialExpressiongetCRS in interface SpatialExpressionadapter - the adapter being filteredpublic void prepare(org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS)
targetCRS - the target coordinate reference system of the geometrypublic static SpatialLiteral of(Object literal)
public static SpatialLiteral of(Object literal, org.opengis.referencing.crs.CoordinateReferenceSystem crs)
public String toString()
toString in class Literal<FilterGeometry>public byte[] toBinary()
toBinary in interface PersistabletoBinary in class Literal<FilterGeometry>public void fromBinary(byte[] bytes)
fromBinary in interface PersistablefromBinary in class Literal<FilterGeometry>Copyright © 2013–2021. All rights reserved.