public class CombineImageWkt extends Object
| Constructor and Description |
|---|
CombineImageWkt(String wktGeomString)
Deprecated.
use
CombineImageWkt(java.lang.String, nl.b3p.viewer.image.FeatureStyle)
if you also want to convey styling information or a label |
CombineImageWkt(String wktGeom,
FeatureStyle style) |
CombineImageWkt(String wktGeomString,
String color)
Deprecated.
using
CombineImageWkt(java.lang.String, nl.b3p.viewer.image.FeatureStyle)
is preferred |
CombineImageWkt(String wktGeomString,
String color,
Float strokeWidth)
Deprecated.
using
CombineImageWkt(java.lang.String, nl.b3p.viewer.image.FeatureStyle)
is preferred |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor()
Deprecated.
get the color from the
featurestyle
instead |
String |
getLabel()
Deprecated.
get the label from the
featurestyle
instead |
Float |
getStrokeWidth()
Deprecated.
use the value from the
featurestyle
instead |
FeatureStyle |
getStyle() |
String |
getWktGeom() |
void |
setColor(Color color)
Deprecated.
set color on the
featurestyle instead |
void |
setColor(String hexrgb)
Deprecated.
set color on the
featurestyle instead |
void |
setLabel(String label)
Deprecated.
set the label on the
featurestyle instead |
void |
setStrokeWidth(Float strokeWidth)
Deprecated.
set the value on the the
featurestyle
instead |
void |
setStyle(FeatureStyle style) |
void |
setWktGeom(String wktGeom) |
public CombineImageWkt(String wktGeom, FeatureStyle style)
@Deprecated public CombineImageWkt(String wktGeomString)
CombineImageWkt(java.lang.String, nl.b3p.viewer.image.FeatureStyle)
if you also want to convey styling information or a labelwktGeomString - the geometry (with optional color and label)@Deprecated public CombineImageWkt(String wktGeomString, String color)
CombineImageWkt(java.lang.String, nl.b3p.viewer.image.FeatureStyle)
is preferredwktGeomString - the geometrycolor - stroke and fill colour@Deprecated public CombineImageWkt(String wktGeomString, String color, Float strokeWidth)
CombineImageWkt(java.lang.String, nl.b3p.viewer.image.FeatureStyle)
is preferredwktGeomString - the geometrycolor - stroke and fill colourstrokeWidth - stroke widthpublic String getWktGeom()
public void setWktGeom(String wktGeom)
wktGeom - the wktGeom to setpublic Color getColor()
featurestyle
instead@Deprecated public void setColor(Color color)
featurestyle insteadcolor - the color to set eg 00ffff@Deprecated public void setColor(String hexrgb)
featurestyle insteadpublic String getLabel()
featurestyle
instead@Deprecated public void setLabel(String label)
featurestyle insteadlabel - the label to set@Deprecated public Float getStrokeWidth()
featurestyle
instead@Deprecated public void setStrokeWidth(Float strokeWidth)
featurestyle
insteadstrokeWidth - stroke widthpublic FeatureStyle getStyle()
public void setStyle(FeatureStyle style)
Copyright © 2019. All rights reserved.