Uses of Class
io.structures.Feature
| Package | Description |
|---|---|
| io.shp | |
| viewer.base | |
| viewer.symbols |
-
Uses of Feature in io.shp
Methods in io.shp that return types with arguments of type Feature Modifier and Type Method Description static java.util.List<Feature>FeatureReader. readFeaturesFromShapefile(java.io.File shapefile)Reads an ESRI Shapefile and returns a list of GeometryFeatures containing the geometry as well as all the attributes. -
Uses of Feature in viewer.base
Methods in viewer.base with parameters of type Feature Modifier and Type Method Description voidListLayer. add(Feature f)Adds a GeometryFeature to this Layer.voidTreeLayer. add(Feature f)method for adding a GeometryFeature to the layerConstructor parameters in viewer.base with type arguments of type Feature Constructor Description ListLayer(java.util.List<Feature> features)Constructs a new Layer with specified features -
Uses of Feature in viewer.symbols
Fields in viewer.symbols declared as Feature Modifier and Type Field Description protected FeatureSymbol. myFeatureThe feature this symbol representsMethods in viewer.symbols that return Feature Modifier and Type Method Description FeatureSymbol. getFeature()Returns the feature this Symbol represents.Methods in viewer.symbols with parameters of type Feature Modifier and Type Method Description SymbolBasicSymbolFactory. createSymbol(Feature feature)SymbolSymbolFactory. createSymbol(Feature feature)Constructors in viewer.symbols with parameters of type Feature Constructor Description LineSymbol(Feature feature)LineSymbol(Feature feature, java.awt.Color strokeColor)LineSymbol(Feature feature, java.awt.Color strokeColor, java.awt.Stroke stroke)PointSymbol(Feature feature)PointSymbol(Feature feature, java.awt.Color color)PointSymbol(Feature feature, java.awt.Color color, int pointWidth)PolygonSymbol(Feature feature)PolygonSymbol(Feature feature, java.awt.Color strokeColor)PolygonSymbol(Feature feature, java.awt.Color strokeColor, java.awt.Color fillColor)PolygonSymbol(Feature feature, java.awt.Color strokeColor, java.awt.Stroke stroke)PolygonSymbol(Feature feature, java.awt.Color strokeColor, java.awt.Stroke stroke, java.awt.Color fillColor)Symbol(Feature feature)Default constructor to enforce setting of feature.