ru.igis.omtab.plugin
Class RuEsriPlugIn

java.lang.Object
  extended by com.bbn.openmap.plugin.AbstractPlugIn
      extended by com.bbn.openmap.plugin.BeanContextAbstractPlugIn
          extended by com.bbn.openmap.plugin.esri.EsriPlugIn
              extended by ru.igis.omtab.plugin.RuEsriPlugIn
All Implemented Interfaces:
com.bbn.openmap.dataAccess.shape.ShapeConstants, com.bbn.openmap.event.MapMouseListener, com.bbn.openmap.plugin.PlugIn, com.bbn.openmap.PropertyConsumer, com.bbn.openmap.util.DataBoundsProvider, java.beans.beancontext.BeanContextChild, java.beans.beancontext.BeanContextMembershipListener, java.util.EventListener

public class RuEsriPlugIn
extends com.bbn.openmap.plugin.esri.EsriPlugIn


Field Summary
 
Fields inherited from class com.bbn.openmap.plugin.AbstractPlugIn
i18n, RemovableProperty
 
Fields inherited from interface com.bbn.openmap.dataAccess.shape.ShapeConstants
DBF_ATTRIBUTE, DBF_AUTOINCREMENT, DBF_BINARY, DBF_CHARACTER, DBF_DATE, DBF_DOUBLE, DBF_FLOAT, DBF_LOGICAL, DBF_LONG, DBF_MEMO, DBF_NUMERIC, DBF_OLE, DBF_TIMESTAMP, DBF_TYPE_AUTOINCREMENT, DBF_TYPE_BINARY, DBF_TYPE_CHARACTER, DBF_TYPE_DATE, DBF_TYPE_DOUBLE, DBF_TYPE_FLOAT, DBF_TYPE_LOGICAL, DBF_TYPE_LONG, DBF_TYPE_MEMO, DBF_TYPE_NUMERIC, DBF_TYPE_OLE, DBF_TYPE_TIMESTAMP, PARAM_DBF, PARAM_SHP, PARAM_SHX, SHAPE_BOUNDS_ATTRIBUTE, SHAPE_DBF_DASHPATTERN, SHAPE_DBF_DASHPHASE, SHAPE_DBF_DESCRIPTION, SHAPE_DBF_FILLCOLOR, SHAPE_DBF_INFO_ATTRIBUTE, SHAPE_DBF_LINECOLOR, SHAPE_DBF_LINEWIDTH, SHAPE_DBF_SELECTCOLOR, SHAPE_FILE_HEADER_LENGTH, SHAPE_FILE_RECORD_HEADER_LENGTH, SHAPE_INDEX_ATTRIBUTE, SHAPE_MAX_MEASURE_ATTRIBUTE, SHAPE_MAX_Z_ATTRIBUTE, SHAPE_MEASURE_ATTRIBUTE, SHAPE_MIN_MEASURE_ATTRIBUTE, SHAPE_MIN_Z_ATTRIBUTE, SHAPE_TYPE_ARC, SHAPE_TYPE_MULTIPATCH, SHAPE_TYPE_MULTIPOINT, SHAPE_TYPE_MULTIPOINTM, SHAPE_TYPE_MULTIPOINTZ, SHAPE_TYPE_NULL, SHAPE_TYPE_POINT, SHAPE_TYPE_POINTM, SHAPE_TYPE_POINTZ, SHAPE_TYPE_POLYGON, SHAPE_TYPE_POLYGONM, SHAPE_TYPE_POLYGONZ, SHAPE_TYPE_POLYLINE, SHAPE_TYPE_POLYLINEM, SHAPE_TYPE_POLYLINEZ, SHAPE_Z_ATTRIBUTE
 
Fields inherited from interface com.bbn.openmap.PropertyConsumer
EditorProperty, initPropertiesProperty, LabelEditorProperty, ScopedEditorProperty
 
Constructor Summary
RuEsriPlugIn()
           
 
Method Summary
 com.bbn.openmap.dataAccess.shape.EsriGraphicList getGeometry(java.net.URL shp)
           
 void setProperties(java.lang.String prefix, java.util.Properties properties)
           
 
Methods inherited from class com.bbn.openmap.plugin.esri.EsriPlugIn
addRecord, getDataBounds, getDescription, getDrawingAttributes, getEsriGraphicList, getGeometry, getGUI, getModel, getProperties, getPropertyInfo, getRectangle, getTable, getType, main, mouseClicked, mouseMoved, query, selectEntry, selectGraphic, selectGraphic, setDrawingAttributes, setDrawingAttributes, setModel, showTable
 
Methods inherited from class com.bbn.openmap.plugin.BeanContextAbstractPlugIn
addPropertyChangeListener, addVetoableChangeListener, childrenAdded, childrenRemoved, findAndInit, findAndInit, findAndUndo, firePropertyChange, fireVetoableChange, getBeanContext, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext
 
Methods inherited from class com.bbn.openmap.plugin.AbstractPlugIn
dispose, doPrepare, getAddToBeanContext, getComponent, getMapMouseListener, getMouseModeServiceList, getName, getPropertyPrefix, isRemovable, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, removed, repaint, setAddToBeanContext, setComponent, setMapMouseListener, setName, setProperties, setPropertyPrefix, setRemovable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.bbn.openmap.util.DataBoundsProvider
getName
 

Constructor Detail

RuEsriPlugIn

public RuEsriPlugIn()
Method Detail

setProperties

public void setProperties(java.lang.String prefix,
                          java.util.Properties properties)
Specified by:
setProperties in interface com.bbn.openmap.PropertyConsumer
Overrides:
setProperties in class com.bbn.openmap.plugin.esri.EsriPlugIn

getGeometry

public com.bbn.openmap.dataAccess.shape.EsriGraphicList getGeometry(java.net.URL shp)
Overrides:
getGeometry in class com.bbn.openmap.plugin.esri.EsriPlugIn