|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.format.dxf.IlvDXFFeatureRenderer
public class IlvDXFFeatureRenderer
Graphic Feature Renderer: this renderer copies the IlvMapGraphic objects set in the id of the IlvMapFeature and reprojects them using the transformation.
| Constructor Summary | |
|---|---|
IlvDXFFeatureRenderer()
Creates a new IlvDXFFeatureRenderer. |
|
IlvDXFFeatureRenderer(boolean usingGeodeticComputation)
Creates a new IlvDXFFeatureRenderer instance. |
|
IlvDXFFeatureRenderer(IlvInputStream stream)
Creates a new IlvDXFFeatureRenderer from an IVL input stream. |
|
| Method Summary | |
|---|---|
boolean |
isPersistent()
Returns true if the renderer must be saved. |
IlvGraphic |
makeGraphic(IlvMapFeature arg0,
IlvCoordinateTransformation transform)
Translates an IlvMapFeature into a graphic object, using
the specified IlvCoordinateTransformation to transform the
coordinates. |
void |
write(IlvOutputStream stream)
Writes the attributes of a persistent object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvDXFFeatureRenderer()
IlvDXFFeatureRenderer.
public IlvDXFFeatureRenderer(boolean usingGeodeticComputation)
IlvDXFFeatureRenderer instance.
usingGeodeticComputation - Should this renderer take care of date
line wrapping.public IlvDXFFeatureRenderer(IlvInputStream stream)
IlvDXFFeatureRenderer from an IVL input stream.
stream - The stream to read from.| Method Detail |
|---|
public IlvGraphic makeGraphic(IlvMapFeature arg0,
IlvCoordinateTransformation transform)
IlvMapFeature into a graphic object, using
the specified IlvCoordinateTransformation to transform the
coordinates.
draw(IlvMapFeature, IlvProjection). In case you
have overridden the old draw method, you have to rewrite
your method in order to migrate to JViews 5.0.
makeGraphic in interface IlvFeatureRendererarg0 - The map feature to translate.transform - The transformation used to convert coordinates of the map
feature.IlvFeatureRenderer.makeGraphic(ilog.views.maps.IlvMapFeature, ilog.views.maps.srs.coordtrans.IlvCoordinateTransformation)public void write(IlvOutputStream stream)
write in interface IlvPersistentObjectwrite in interface IlvFeatureRendererstream - the output streamIlvFeatureRenderer.write(ilog.views.io.IlvOutputStream)public boolean isPersistent()
true if the renderer must be saved.
isPersistent in interface IlvFeatureRendererIlvFeatureRenderer.isPersistent()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||