org.esa.beam.framework.datamodel
Class PointDescriptor

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.PointDescriptor
All Implemented Interfaces:
PlacemarkDescriptor

public class PointDescriptor
extends PointPlacemarkDescriptor


Field Summary
 
Fields inherited from class org.esa.beam.framework.datamodel.AbstractPlacemarkDescriptor
PROPERTY_NAME_DEFAULT_GEOMETRY, PROPERTY_NAME_PLACEMARK_DESCRIPTOR
 
Constructor Summary
PointDescriptor()
           
 
Method Summary
static PointDescriptor getInstance()
           
 String getRoleLabel()
          Deprecated. 
 String getRoleName()
          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, getPlacemarkGroup, getShowLayerCommandId, setUserDataOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointDescriptor

public PointDescriptor()
Method Detail

getInstance

public static PointDescriptor getInstance()

getRoleName

@Deprecated
public String getRoleName()
Deprecated. 


getRoleLabel

@Deprecated
public String getRoleLabel()
Deprecated. 


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.