Uses of Class
viewer.symbols.Symbol
| Package | Description |
|---|---|
| viewer.base | |
| viewer.symbols |
-
Uses of Symbol in viewer.base
Methods in viewer.base that return types with arguments of type Symbol Modifier and Type Method Description protected java.util.List<Symbol>DatabaseLayer. executeQuery(java.lang.String query)The method sends the query to the database using the class attribute st and creates a List of Symbols from the ResultSet.java.util.List<Symbol>ListLayer. getSymbols()java.util.List<Symbol>DatabaseLayer. query(Envelope searchEnv)abstract java.util.List<Symbol>Layer. query(Envelope searchEnv)Queries all symbols whose bounding boxes intersect the search envelopejava.util.List<Symbol>ListLayer. query(Envelope searchEnv)Returns the symbols of this layer that intersect a specified envelope.java.util.List<Symbol>TreeLayer. query(Envelope bb)method for retrieving all Symbols intersecting a query envelopeMethods in viewer.base with parameters of type Symbol Modifier and Type Method Description booleanListLayer. remove(Symbol s)Removes the specified Symbol from this Layer. -
Uses of Symbol in viewer.symbols
Subclasses of Symbol in viewer.symbols Modifier and Type Class Description classLineSymbolA line segment that can be added to a mapclassPointSymbolMarker for a point map feature.classPolygonSymbolMarker to display polygons on the map.Methods in viewer.symbols that return Symbol Modifier and Type Method Description SymbolBasicSymbolFactory. createSymbol(Feature feature)SymbolSymbolFactory. createSymbol(Feature feature)