Uses of Interface
org.locationtech.jts.jump.workbench.ui.FeatureInfoWriter.Writer
-
Packages that use FeatureInfoWriter.Writer Package Description org.locationtech.jts.jump.workbench.ui -
-
Uses of FeatureInfoWriter.Writer in org.locationtech.jts.jump.workbench.ui
Fields in org.locationtech.jts.jump.workbench.ui declared as FeatureInfoWriter.Writer Modifier and Type Field Description static FeatureInfoWriter.Writer
FeatureInfoWriter. ATTRIBUTE_WRITER
static FeatureInfoWriter.Writer
FeatureInfoWriter. EMPTY_WRITER
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type FeatureInfoWriter.Writer Modifier and Type Method Description void
GeometryInfoPanel. setAttributeWriter(FeatureInfoWriter.Writer attributeWriter)
void
GeometryInfoPanel. setGeometryWriter(FeatureInfoWriter.Writer geometryWriter)
String
FeatureInfoWriter. writeGeom(Map layerToFeaturesMap, FeatureInfoWriter.Writer featureWriter, FeatureInfoWriter.Writer attributeWriter)
-