public abstract class ConstantFormPoint extends SymbolizerLegend implements OnVertexOnInterior, SymbolUom
Stroke, Fill and well-known name are constant.| Constructor and Description |
|---|
ConstantFormPoint()
Builds a new
ConstantFormPoint that just have a default PointSymbolizer in it. |
ConstantFormPoint(PointSymbolizer symbolizer)
Basically set the associated
PointSymbolizer. |
| Modifier and Type | Method and Description |
|---|---|
abstract ConstantFormWKN |
getMarkGraphic()
Gets the
MarkGraphicLegend that must be associated to the inner PointSymbolizer. |
Uom |
getStrokeUom()
Gets the unit of measure used to compute the form of the stroke.
|
Symbolizer |
getSymbolizer()
Gets the associated
PointSymbolizer instance. |
Uom |
getSymbolUom()
Gets the unit of measure used to size the associated
Stroke. |
String |
getWellKnownName()
Gets the well-known name that describes the shape of the inner
MarkGraphic. |
boolean |
isOnVertex()
Gets whether symbols must be drawn on vertices or on interior point.
|
void |
setOnInterior()
Sets that symbols must be drawn on vertices or on interior point.
|
void |
setOnVertex()
Sets that symbols must be drawn on vertices or on interior point.
|
void |
setStrokeUom(Uom u)
Sets the unit of measure used to compute the form of the stroke.
|
void |
setSymbolUom(Uom u)
Sets the unit of measure used to size the associated
Stroke. |
void |
setWellKnownName(String str)
Sets the well-known name that describes the shape of the inner
MarkGraphic. |
getLegendTypeId, getMaxScale, getMinScale, getName, setMaxScale, setMinScale, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLegendTypeNamepublic ConstantFormPoint()
ConstantFormPoint that just have a default PointSymbolizer in it.public ConstantFormPoint(PointSymbolizer symbolizer)
PointSymbolizer.symbolizer - public Symbolizer getSymbolizer()
PointSymbolizer instance.getSymbolizer in interface Legendpublic abstract ConstantFormWKN getMarkGraphic()
MarkGraphicLegend that must be associated to the inner PointSymbolizer.MarkGraphicLegend.public String getWellKnownName()
MarkGraphic.public void setWellKnownName(String str)
MarkGraphic.str - The new WellKnownName.public boolean isOnVertex()
OnVertexOnInteriorisOnVertex in interface OnVertexOnInteriorpublic void setOnVertex()
OnVertexOnInteriorsetOnVertex in interface OnVertexOnInteriorpublic void setOnInterior()
OnVertexOnInteriorsetOnInterior in interface OnVertexOnInteriorpublic Uom getStrokeUom()
StrokeUomgetStrokeUom in interface StrokeUompublic void setStrokeUom(Uom u)
StrokeUomsetStrokeUom in interface StrokeUompublic Uom getSymbolUom()
SymbolUomStroke.getSymbolUom in interface SymbolUompublic void setSymbolUom(Uom u)
SymbolUomStroke.setSymbolUom in interface SymbolUomu - The new UomCopyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.