Package | Description |
---|---|
org.codice.ddf.spatial.ogc.csw.catalog.common | |
org.codice.ddf.spatial.ogc.csw.catalog.common.source |
Modifier and Type | Method and Description |
---|---|
static CswConstants.BinarySpatialOperand |
CswConstants.BinarySpatialOperand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CswConstants.BinarySpatialOperand[] |
CswConstants.BinarySpatialOperand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
net.opengis.filter.v_1_1_0.FilterType |
CswFilterFactory.buildContainsGeospatialFilter(String propertyName,
String wkt,
CswConstants.BinarySpatialOperand geometryOrEnvelope) |
net.opengis.filter.v_1_1_0.FilterType |
CswFilterFactory.buildCrossesGeospatialFilter(String propertyName,
String wkt,
CswConstants.BinarySpatialOperand geometryOrEnvelope) |
net.opengis.filter.v_1_1_0.FilterType |
CswFilterFactory.buildDisjointGeospatialFilter(String propertyName,
String wkt,
CswConstants.BinarySpatialOperand geometryOrEnvelope) |
net.opengis.filter.v_1_1_0.FilterType |
CswFilterFactory.buildIntersectsGeospatialFilter(String propertyName,
String wkt,
CswConstants.BinarySpatialOperand geometryOrEnvelope) |
net.opengis.filter.v_1_1_0.FilterType |
CswFilterFactory.buildOverlapsGeospatialFilter(String propertyName,
String wkt,
CswConstants.BinarySpatialOperand geometryOrEnvelope) |
net.opengis.filter.v_1_1_0.FilterType |
CswFilterFactory.buildTouchesGeospatialFilter(String propertyName,
String wkt,
CswConstants.BinarySpatialOperand geometryOrEnvelope) |
net.opengis.filter.v_1_1_0.FilterType |
CswFilterFactory.buildWithinGeospatialFilter(String propertyName,
String wkt,
CswConstants.BinarySpatialOperand geometryOrEnvelope) |
This work is licensed under a Creative Commons Attribution 4.0 International License.