public class TemporalQuery extends Object
| Constructor and Description |
|---|
TemporalQuery() |
| Modifier and Type | Method and Description |
|---|---|
static List<Node> |
extractTemporalNodes(Document rspEntity,
org.apache.xerces.xs.XSElementDeclaration timeProperty,
org.apache.xerces.xs.XSModel model)
Extracts the values of the specified temporal property from the given XML
document.
|
static org.opengis.temporal.TemporalGeometricPrimitive |
parseTemporalValue(String value,
org.apache.xerces.xs.XSTypeDefinition typeDefinition)
Creates a primitive temporal object from the given temporal value and
type definition.
|
public static List<Node> extractTemporalNodes(Document rspEntity, org.apache.xerces.xs.XSElementDeclaration timeProperty, org.apache.xerces.xs.XSModel model)
rspEntity - A Document representing a WFS response entity containing
feature instances.timeProperty - An element declaration for a temporal feature property.model - A representation of an application schema.public static org.opengis.temporal.TemporalGeometricPrimitive parseTemporalValue(String value, org.apache.xerces.xs.XSTypeDefinition typeDefinition)
value - A string representation of a temporal value.typeDefinition - A simple type definition to which the value conforms
(xsd:dateTime, xsd:date, xsd:gYear, xsd:gYearMonth).Copyright © 2020 Open Geospatial Consortium. All rights reserved.