|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.rendering.IlvDefaultAreaRenderer
ilog.views.maps.rendering.IlvMapAreaRenderer
public class IlvMapAreaRenderer
IlvMapAreaRenderer is an area renderer that renders stylable
IlvGraphic objects, that is, objects that implement the
IlvMapGraphic interface.
.
| Constructor Summary | |
|---|---|
IlvMapAreaRenderer(boolean useGeneralPath,
boolean useGeodeticComputation)
Creates an new IlvMapAreaRenderer instance. |
|
IlvMapAreaRenderer(IlvInputStream stream)
Reads this renderer from an IlvInputStream. |
|
| Method Summary | |
|---|---|
static void |
setGeodeticInterpolationRendering(boolean geodeticInterpolationRendering)
Activates geodetic interpolation. |
void |
write(IlvOutputStream stream)
Writes the renderer to an IlvOutputStream. |
| Methods inherited from class ilog.views.maps.rendering.IlvDefaultAreaRenderer |
|---|
getAreaRenderingStyle, isPersistent, isUsingGeneralPath, makeGraphic, setAreaRenderingStyle, setUsingGeneralPath |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvMapAreaRenderer(IlvInputStream stream)
throws IlvReadFileException
IlvInputStream.
stream - The stream to read from.
IlvReadFileException - if there is a problem reading
stream.
public IlvMapAreaRenderer(boolean useGeneralPath,
boolean useGeodeticComputation)
IlvMapAreaRenderer instance.
Use this constructor to specify if a IlvMapGeneralPath should
be generated or not.
useGeneralPath - Set to true if a general path should
be generated instead of a graphic path.useGeodeticComputation - Set to true if geodetic
computation should be used.| Method Detail |
|---|
public static void setGeodeticInterpolationRendering(boolean geodeticInterpolationRendering)
When geodetic interpolation is activated, each segment of a curve is interpolated in many segments along an orthodromy between two points.
Note: geodetic interpolation can be activated only after geodetic computation was activated when theconstructor was called.
geodeticInterpolationRendering - Set to true to activate
interpolation.
public void write(IlvOutputStream stream)
throws IOException
IlvOutputStream.
write in interface IlvPersistentObjectwrite in interface IlvFeatureRendererwrite in class IlvDefaultAreaRendererstream - the output stream
IOException - thrown when an exception occurs during
the write operation for this object.IlvDefaultAreaRenderer.write(ilog.views.io.IlvOutputStream)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||