Package | Description |
---|---|
net.opengis.fes.v20 | |
net.opengis.fes.v20.bind | |
net.opengis.fes.v20.impl | |
org.vast.ows.fes | |
org.vast.ows.sos |
Modifier and Type | Interface and Description |
---|---|
interface |
BBOX
POJO class for XML type BBOXType(@http://www.opengis.net/fes/2.0).
|
interface |
Contains
A document containing one Contains(@http://www.opengis.net/fes/2.0) element.
|
interface |
Crosses
A document containing one Crosses(@http://www.opengis.net/fes/2.0) element.
|
interface |
Disjoint
A document containing one Disjoint(@http://www.opengis.net/fes/2.0) element.
|
interface |
Equals
A document containing one Equals(@http://www.opengis.net/fes/2.0) element.
|
interface |
Intersects
A document containing one Intersects(@http://www.opengis.net/fes/2.0) element.
|
interface |
Overlaps
A document containing one Overlaps(@http://www.opengis.net/fes/2.0) element.
|
interface |
Touches
A document containing one Touches(@http://www.opengis.net/fes/2.0) element.
|
interface |
Within
A document containing one Within(@http://www.opengis.net/fes/2.0) element.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLStreamBindings.readBinarySpatialOpType(XMLStreamReader reader,
BinarySpatialOp bean)
Reads the BinarySpatialOpType complex type
|
void |
XMLStreamBindings.readBinarySpatialOpTypeElements(XMLStreamReader reader,
BinarySpatialOp bean)
Reads elements of BinarySpatialOpType complex type
|
void |
XMLStreamBindings.writeBinarySpatialOpType(XMLStreamWriter writer,
BinarySpatialOp bean)
Write method for BinarySpatialOpType complex type
|
void |
XMLStreamBindings.writeBinarySpatialOpTypeElements(XMLStreamWriter writer,
BinarySpatialOp bean)
Writes elements of BinarySpatialOpType complex type
|
void |
XMLStreamBindings.writeContains(XMLStreamWriter writer,
BinarySpatialOp bean)
Write method for Contains element
|
void |
XMLStreamBindings.writeCrosses(XMLStreamWriter writer,
BinarySpatialOp bean)
Write method for Crosses element
|
void |
XMLStreamBindings.writeDisjoint(XMLStreamWriter writer,
BinarySpatialOp bean)
Write method for Disjoint element
|
void |
XMLStreamBindings.writeEquals(XMLStreamWriter writer,
BinarySpatialOp bean)
Write method for Equals element
|
void |
XMLStreamBindings.writeIntersects(XMLStreamWriter writer,
BinarySpatialOp bean)
Write method for Intersects element
|
void |
XMLStreamBindings.writeOverlaps(XMLStreamWriter writer,
BinarySpatialOp bean)
Write method for Overlaps element
|
void |
XMLStreamBindings.writeTouches(XMLStreamWriter writer,
BinarySpatialOp bean)
Write method for Touches element
|
void |
XMLStreamBindings.writeWithin(XMLStreamWriter writer,
BinarySpatialOp bean)
Write method for Within element
|
Modifier and Type | Class and Description |
---|---|
class |
BBOXImpl |
class |
BinarySpatialOpImpl |
class |
ContainsImpl
A document containing one Contains(@http://www.opengis.net/fes/2.0) element.
|
class |
CrossesImpl
A document containing one Crosses(@http://www.opengis.net/fes/2.0) element.
|
class |
DisjointImpl
A document containing one Disjoint(@http://www.opengis.net/fes/2.0) element.
|
class |
EqualsImpl
A document containing one Equals(@http://www.opengis.net/fes/2.0) element.
|
class |
IntersectsImpl
A document containing one Intersects(@http://www.opengis.net/fes/2.0) element.
|
class |
OverlapsImpl
A document containing one Overlaps(@http://www.opengis.net/fes/2.0) element.
|
class |
TouchesImpl
A document containing one Touches(@http://www.opengis.net/fes/2.0) element.
|
class |
WithinImpl
A document containing one Within(@http://www.opengis.net/fes/2.0) element.
|
Modifier and Type | Method and Description |
---|---|
BinarySpatialOp |
FESFactory.newSpatialOp(SpatialOperatorName opName,
String propRef,
AbstractGeometry geom) |
Modifier and Type | Method and Description |
---|---|
static BinarySpatialOp |
FESRequestUtils.bboxToFilter(Bbox bbox)
Utility method to convert a Bbox object to a FES BBOX operator
|
BinarySpatialOp |
FESUtils.readKVPSpatialFilter(String arg,
Map<String,String> namespaceMap)
Reads the KVP argument encoding the spatial filter
|
BinarySpatialOp |
FESUtils.readXMLSpatialFilter(Element spatialOpElt)
Reads spatial filter encoded according to OGC filter XML schema
|
Modifier and Type | Method and Description |
---|---|
static Bbox |
FESRequestUtils.filterToBbox(BinarySpatialOp spatialFilter)
Utility method to convert from FES spatial operator to a Bbox object
|
Element |
FESUtils.writeSpatialFilter(DOMHelper dom,
BinarySpatialOp spatialOp)
Writes a spatial filter according to OGC filter schema v2.0
|
Modifier and Type | Field and Description |
---|---|
protected BinarySpatialOp |
GetObservationRequest.spatialFilter |
protected BinarySpatialOp |
GetResultRequest.spatialFilter |
protected BinarySpatialOp |
GetFeatureOfInterestRequest.spatialFilter |
Modifier and Type | Method and Description |
---|---|
BinarySpatialOp |
GetObservationRequest.getSpatialFilter() |
BinarySpatialOp |
GetResultRequest.getSpatialFilter() |
BinarySpatialOp |
GetFeatureOfInterestRequest.getSpatialFilter() |
Modifier and Type | Method and Description |
---|---|
void |
GetObservationRequest.setSpatialFilter(BinarySpatialOp spatialFilter) |
void |
GetResultRequest.setSpatialFilter(BinarySpatialOp spatialFilter) |
void |
GetFeatureOfInterestRequest.setSpatialFilter(BinarySpatialOp spatialFilter) |
Copyright © 2016 Sensia Software LLC. All rights reserved.