public class IlvMapTerrainFlyThrough extends IlvMapControllingPolyline
IlvMapControllingPolyline.ComputeListener
style
Constructor and Description |
---|
IlvMapTerrainFlyThrough(IlvInputStream stream)
Constructs an
IlvMapTerrainFlyThrough from the specified IlvInputStream . |
IlvMapTerrainFlyThrough(IlvMapTerrainFlyThrough source)
Copy constructor.
|
IlvMapTerrainFlyThrough(IlvPoint[] points)
Constructs an
IlvMapTerrainFlyThrough from the specified parameters. |
Modifier and Type | Method and Description |
---|---|
IlvGraphic |
copy()
Returns a copy of this fly-through.
|
void |
write(IlvOutputStream stream)
Writes this
IlvMapTerrainFlyThrough object to the
IlvOutputStream passed as parameter |
addChangeListener, applyTransform, copy, fireChange, geometryChanged, getKernelToSystemTransformation, getLatLon, getLatLongs, getListeners, getSystemToKernelTransformation, insertPoint, move, movePoint, removeChangeListener, removePoint
boundingBox, contains, draw, drawDecoration, getBackground, getDecoration, getDecorationPaint, getEndCap, getForeground, getLineJoin, getLineStyle, getLineWidth, getLineWidth, getMaximumLineWidth, getStyle, isDecorationOnly, isPreciseContains, makeGeometry, setBackground, setDecoration, setDecorationOnly, setDecorationPaint, setEndCap, setForeground, setLineJoin, setLineStyle, setLineWidth, setPreciseContains, setStyle, zoomable
computeBBox, finalize, getIntersectionWithOutline, pointsInBBox, setMaximumLineWidth
allowsPointInsertion, allowsPointMove, allowsPointRemoval, getPointAt, getPoints, getPointsCardinal, inBBox, intersects, makeSelection, recomputeBBox, translate
addActionListener, addNamedPropertyListener, allViewsRemoved, baseTextDirectionChanged, blinkingStateOn, boundingBox, callDraw, componentOrientationChanged, getAndAssociateObjectInteractor, getBaseTextDirection, getBlinkingAction, getBlinkingObjectOwner, getBlinkingOffPeriod, getBlinkingOnPeriod, getCenter, getComponentOrientation, getDefaultInteractor, getGraphicBag, GetGraphicObject, getLocale, getName, getNamedProperty, getObjectInteractor, getPopupMenu, getPopupMenu, getPopupMenuName, getProperty, getResolvedBaseTextDirection, getToolTipBaseTextDirection, getToolTipText, getToolTipText, getTopLevelGraphicBag, getTransferData, getTransferDataFlavors, getULocale, getZOrderIndex, hasProperty, inside, invalidateBBoxCache, invalidateBidiCache, isBaseTextDirectionSensitive, isComponentOrientationSensitive, isDataFlavorSupported, isEditable, isInApplyToObject, isLocaleSensitive, isMovable, isPersistent, isSelectable, isVisible, localeChanged, move, moveResize, needsViewNotification, notifyObjectInteractorToManager, processActionEvent, reDraw, registerBlinkingResource, removeActionListener, removeNamedProperty, removeNamedPropertyListener, removeProperty, replaceProperty, resize, rotate, scale, setBaseTextDirection, setBaseTextDirectionDuringConstruction, setBlinkingAction, setBlinkingOffPeriod, setBlinkingOnPeriod, setEditable, setFillOn, setGraphicBag, setInApplyToObject, setMovable, setName, setNamedProperty, setNameImpl, setObjectInteractor, setPopupMenu, setPopupMenuName, setProperty, setSelectable, setStrokeOn, setToolTipBaseTextDirection, setToolTipText, setVisible, setZOrderIndex, toString, updateNeedsViewNotification, usesBidiMarkers, viewAddedOrRemoved
public IlvMapTerrainFlyThrough(IlvPoint[] points)
IlvMapTerrainFlyThrough
from the specified parameters.points
- The point array defining the trajectory of the fly-through.public IlvMapTerrainFlyThrough(IlvMapTerrainFlyThrough source)
IlvMapTerrainFlyThrough
by copying another IlvMapTerrainFlyThrough
object.source
- The IlvMapTerrainFlyThrough
to copy.public IlvMapTerrainFlyThrough(IlvInputStream stream) throws IlvReadFileException
IlvMapTerrainFlyThrough
from the specified IlvInputStream
.stream
- The IlvInputStream
to read from.IlvReadFileException
- if an exception occurs during reading.public void write(IlvOutputStream stream) throws IOException
IlvMapTerrainFlyThrough
object to the
IlvOutputStream
passed as parameterwrite
in interface IlvPersistentObject
write
in class IlvMapPolyline
stream
- The stream to write to.IOException
public IlvGraphic copy()
copy
in class IlvMapPolyline
IlvMapTerrainFlyThrough
.IlvGraphic
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.