Uses of Class
mil.nga.geopackage.tiles.features.FeatureDrawType
-
Packages that use FeatureDrawType Package Description mil.nga.geopackage.tiles.features -
-
Uses of FeatureDrawType in mil.nga.geopackage.tiles.features
Methods in mil.nga.geopackage.tiles.features that return FeatureDrawType Modifier and Type Method Description static FeatureDrawTypeFeatureDrawType. valueOf(String name)Returns the enum constant of this type with the specified name.static FeatureDrawType[]FeatureDrawType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.geopackage.tiles.features with parameters of type FeatureDrawType Modifier and Type Method Description PaintFeaturePaint. getPaint(FeatureDrawType type)Get the paint for the draw typePaintFeaturePaintCache. getPaint(long styleId, FeatureDrawType type)Get the paint for the style row id and draw typePaintFeaturePaintCache. getPaint(StyleRow styleRow, FeatureDrawType type)Get the paint for the style row and draw typevoidFeaturePaint. setPaint(FeatureDrawType type, Paint paint)Set the paint for the draw typevoidFeaturePaintCache. setPaint(long styleId, FeatureDrawType type, Paint paint)Set the paint for the style id and draw typevoidFeaturePaintCache. setPaint(StyleRow styleRow, FeatureDrawType type, Paint paint)Set the paint for the style id and draw type
-