Package org.geotools.appschema.filter.expression
-
Class Summary Class Description FormatDateTimezoneFunction Function
to format a time given as aDate
using aSimpleDateFormat
pattern in a time zone supported byTimeZone
.ToDirectPositionFunction This function converts double values to DirectPosition geometry type.ToEnvelopeFunction 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) ToLineStringFunction This function converts double values to 1D LineString geometry object.ToPointFunction This function converts double values to a 2D Point geometry type.ToXlinkHrefFunction This function redirects an attribute to be encoded as xlink:href, instead of being encoded as a full attribute.VocabFunction Vocabulary translation; using an external lookup table.XmlXPathPropertyAccessorFactory PropertyAccessorFactory used to create property accessors which can handle xpath expressions against instances ofFeature
.