Package com.attivio.util.parser
Class QueryOperators.PolygonCastOperator
- java.lang.Object
- 
- com.attivio.util.parser.Operator<T>
- 
- com.attivio.util.parser.CastOperator<Polygon>
- 
- com.attivio.util.parser.QueryOperators.PolygonCastOperator
 
 
 
- 
- Enclosing class:
- QueryOperators
 
 public static final class QueryOperators.PolygonCastOperator extends CastOperator<Polygon> 
- 
- 
Constructor SummaryConstructors Constructor Description PolygonCastOperator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Polygonparse(QueryParsers parser, StringParser reader)- 
Methods inherited from class com.attivio.util.parser.CastOperatoraddAttribute, addParameter, createNull
 - 
Methods inherited from class com.attivio.util.parser.OperatorparseInt, parseParameter, parseParameter
 
- 
 
- 
- 
- 
Method Detail- 
parsepublic Polygon parse(QueryParsers parser, StringParser reader) - Specified by:
- parsein class- CastOperator<Polygon>
 
 
- 
 
-