Package org.geotools.appschema.filter.expression


package org.geotools.appschema.filter.expression
  • Classes
    Class
    Description
    Function to format a time given as a Date using a SimpleDateFormat pattern in a time zone supported by TimeZone.
    This function converts double values to DirectPosition geometry type.
    ToEnvelope function can take in the following set of parameters and return as either Envelope or ReferencedEnvelope type: Option 1 (1D Envelope) : ToEnvelope(minx,maxx) Option 2 (1D Envelope with crsname): ToEnvelope(minx,maxx,crsname) Option 3 (2D Envelope) : ToEnvelope(minx,maxx,miny,maxy) Option 4 (2D Envelope with crsname): ToEnvelope(minx,maxx,miny,maxy,crsname)
    This function converts double values to 1D LineString geometry object.
    This function converts double values to a 2D Point geometry type.
    This function redirects an attribute to be encoded as xlink:href, instead of being encoded as a full attribute.
    Vocabulary translation; using an external lookup table.
    PropertyAccessorFactory used to create property accessors which can handle xpath expressions against instances of Feature.