|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BBoxExpression
A convenience expression to form a geometry literal from an envelope.
modules/library/api (gt-api.jar)
Field Summary |
---|
Fields inherited from interface ExpressionType |
---|
ATTRIBUTE, ATTRIBUTE_DOUBLE, ATTRIBUTE_GEOMETRY, ATTRIBUTE_INTEGER, ATTRIBUTE_STRING, ATTRIBUTE_UNDECLARED, FUNCTION, LITERAL_DOUBLE, LITERAL_GEOMETRY, LITERAL_INTEGER, LITERAL_LONG, LITERAL_STRING, LITERAL_UNDECLARED, MATH_ADD, MATH_DIVIDE, MATH_MULTIPLY, MATH_SUBTRACT |
Fields inherited from interface Expression |
---|
NIL |
Fields inherited from interface Expression |
---|
NIL |
Method Summary | |
---|---|
void |
setBounds(Envelope env)
Set the bbox for this expression |
Methods inherited from interface LiteralExpression |
---|
getLiteral, getType, getValue, setLiteral |
Methods inherited from interface Expression |
---|
accept, evaluate |
Methods inherited from interface Expression |
---|
accept, evaluate, evaluate |
Methods inherited from interface Literal |
---|
getValue |
Methods inherited from interface Expression |
---|
accept, evaluate, evaluate |
Method Detail |
---|
void setBounds(Envelope env) throws IllegalFilterException
env
- The envelope to set as the bounds.
IllegalFilterException
- If the box can not be created.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |