org.esa.beam.framework.datamodel
Class PinDescriptor

java.lang.Object
  extended by org.esa.beam.framework.datamodel.AbstractPlacemarkDescriptor
      extended by org.esa.beam.framework.datamodel.PointPlacemarkDescriptor
          extended by org.esa.beam.framework.datamodel.PinDescriptor
All Implemented Interfaces:
PlacemarkDescriptor

public class PinDescriptor
extends PointPlacemarkDescriptor


Field Summary
 
Fields inherited from class org.esa.beam.framework.datamodel.AbstractPlacemarkDescriptor
PROPERTY_NAME_DEFAULT_GEOMETRY, PROPERTY_NAME_PLACEMARK_DESCRIPTOR
 
Constructor Summary
PinDescriptor()
           
 
Method Summary
static PinDescriptor getInstance()
           
 PlacemarkGroup getPlacemarkGroup(Product product)
          Deprecated. 
 String getRoleLabel()
          Deprecated. 
 String getRoleName()
          Deprecated. 
 String getShowLayerCommandId()
          Deprecated. 
 GeoPos updateGeoPos(GeoCoding geoCoding, PixelPos pixelPos, GeoPos geoPos)
          Deprecated. 
 PixelPos updatePixelPos(GeoCoding geoCoding, GeoPos geoPos, PixelPos pixelPos)
          Deprecated. 
 
Methods inherited from class org.esa.beam.framework.datamodel.PointPlacemarkDescriptor
getBaseFeatureType
 
Methods inherited from class org.esa.beam.framework.datamodel.AbstractPlacemarkDescriptor
createPlacemark, getCompatibilityFor, getCursorHotSpot, getCursorImage, setUserDataOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PinDescriptor

public PinDescriptor()
Method Detail

getInstance

public static PinDescriptor getInstance()

getShowLayerCommandId

@Deprecated
public String getShowLayerCommandId()
Deprecated. 

Specified by:
getShowLayerCommandId in interface PlacemarkDescriptor
Overrides:
getShowLayerCommandId in class AbstractPlacemarkDescriptor

getRoleName

@Deprecated
public String getRoleName()
Deprecated. 


getRoleLabel

@Deprecated
public String getRoleLabel()
Deprecated. 


getPlacemarkGroup

@Deprecated
public PlacemarkGroup getPlacemarkGroup(Product product)
Deprecated. 

Specified by:
getPlacemarkGroup in interface PlacemarkDescriptor
Overrides:
getPlacemarkGroup in class AbstractPlacemarkDescriptor

updatePixelPos

@Deprecated
public PixelPos updatePixelPos(GeoCoding geoCoding,
                                          GeoPos geoPos,
                                          PixelPos pixelPos)
Deprecated. 

Specified by:
updatePixelPos in interface PlacemarkDescriptor
Overrides:
updatePixelPos in class AbstractPlacemarkDescriptor

updateGeoPos

@Deprecated
public GeoPos updateGeoPos(GeoCoding geoCoding,
                                      PixelPos pixelPos,
                                      GeoPos geoPos)
Deprecated. 

Specified by:
updateGeoPos in interface PlacemarkDescriptor
Overrides:
updateGeoPos in class AbstractPlacemarkDescriptor


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.