Package | Description |
---|---|
ilog.views.maps |
This package contains the base classes to write map applications.
|
ilog.views.maps.defense.format.dafif |
This package contains classes for reading DAFIF files.
|
ilog.views.maps.defense.format.vmap |
This package contains classes for reading VPF (VMAP) files.
|
ilog.views.maps.format.geotiff |
This package contains classes that you can use to read GeoTIFF files.
|
ilog.views.maps.format.oracle.objectmodel |
This package provides interfaces and classes for dealing with Oracle Spatial, using the Object Model.
|
ilog.views.maps.geometry |
This package contains the predefined subclasses of
IlvMapGeometry . |
ilog.views.maps.graphic |
This package contains graphic objects specialized for cartographic display.
|
ilog.views.maps.raster |
Provides classes for orthodromy measurement.
|
Modifier and Type | Method and Description |
---|---|
IlvMapGeometry |
IlvMapFeature.getGeometry()
Returns the geometry of the map feature.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapFeature.setGeometry(IlvMapGeometry geometry)
Sets the geometry of the map feature.
|
Modifier and Type | Method and Description |
---|---|
IlvMapGeometry |
IlvDAFIFFeature.getGeometry()
Constructs the geometry for a feature.
|
Modifier and Type | Method and Description |
---|---|
IlvMapGeometry |
IlvVMAPGeometryFactory.createGeometryForFeature(IlvVMAPTable currentPrimitiveTable,
Object[] currentPrimitiveRecord,
IlvVMAPReader VMAPReader)
Builds and returns a gis component for a specified VMAP feature.
|
Modifier and Type | Method and Description |
---|---|
protected IlvMapGeometry |
IlvGeotiffReader.makeGeometry()
Constructs the geometry, which is an
IlvMapImage . |
Modifier and Type | Class and Description |
---|---|
static class |
IlvObjectSDOFeatureIterator.IlvMapSDOImageBlock
Class defining an SDO image block geometry
|
Modifier and Type | Method and Description |
---|---|
protected IlvMapGeometry |
IlvObjectSDOFeatureIterator.makeGeometry(Struct geom)
This method creates a geometry from the specified Object, which is
a
Struct representing a MDSYS.SDO_GEOMETRY . |
Modifier and Type | Class and Description |
---|---|
class |
IlvMapArcString
This implementation of
IlvMapSegmentString is optimized to handle
strings that contain only IlvMapArcSegment instances. |
class |
IlvMapArea
This abstract class is the base class of the map geometry that
defines an area.
|
class |
IlvMapBezierString
This implementation of
IlvMapSegmentString is optimized to handle
strings that contain only IlvMapBezierSegment instances. |
class |
IlvMapCircle
This class defines a circle.
|
class |
IlvMapCurve
This abstract class is the base class of the map geometries that
define a 1-dimension curve.
|
class |
IlvMapCurveString
This implementation of the
IlvMapSegmentString class supports
sequences of IlvMapSegment . |
class |
IlvMapEllipse
This class defines an Arc of ellipse.
|
class |
IlvMapGeometryCollection
The class defines a collection of any geometry elements.
|
class |
IlvMapImage
This class defines an image.
|
class |
IlvMapLineString
This class defines a polyline (line string).
|
class |
IlvMapMultiArea
This class defines an area that is composed of a list of
IlvMapArea . |
class |
IlvMapMultiCurve
This class defines a curve that is composed of a list of
IlvMapCurve . |
class |
IlvMapMultiPoint
This class defines a multipoint,
which is a collection of points
|
class |
IlvMapPoint
This class defines a point.
|
class |
IlvMapPolygon
This class defines a Polygon.
|
class |
IlvMapRaster
This class defines a raster.
|
class |
IlvMapSegmentString
This abstract class is the base class
for segments that can be divided into other smaller segments.
|
class |
IlvMapText
This class defines a georeferenced text.
|
Modifier and Type | Method and Description |
---|---|
IlvMapGeometry |
IlvMapGeometryCollection.getSubElement(int index)
Returns the sub element of index
index |
Modifier and Type | Method and Description |
---|---|
void |
IlvMapGeometryCollection.addGeometry(IlvMapGeometry geometry)
Adds a geometry at the end of the collection.
|
Modifier and Type | Method and Description |
---|---|
IlvMapGeometry |
IlvMapPolyline.makeGeometry()
Returns an
IlvMapLineString geometry. |
IlvMapGeometry |
IlvMapMarker.makeGeometry()
Returns an
IlvMapPoint geometry. |
IlvMapGeometry |
IlvMapGraphicText.makeGeometry()
Returns an
IlvMapText geometry. |
IlvMapGeometry |
IlvMapGraphicSet.makeGeometry()
Returns an
IlvMapGeometryCollection instance. |
IlvMapGeometry |
IlvMapGraphicPath.makeGeometry()
Returns an
IlvMapPolygon geometry. |
IlvMapGeometry |
IlvMapGraphic.makeGeometry()
Creates a map geometry from the graphical object information.
|
IlvMapGeometry |
IlvMapGeneralPath.makeGeometry()
Returns an
IlvMapPolygon geometry instance. |
IlvMapGeometry |
IlvMapFixedGraphic.makeGeometry()
No geometry is attached to this graphic object.
|
IlvMapGeometry |
IlvMapCompositeLink.makeGeometry()
Returns an
IlvMapLineString geometry. |
Modifier and Type | Class and Description |
---|---|
class |
IlvMapRasterGeometry
This class defines a reprojectable image geometry.
|
Modifier and Type | Method and Description |
---|---|
IlvMapGeometry |
IlvRasterIcon.makeGeometry()
Returns an IlvMapRasterGeometry geometry.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.