Class TLcdSLDAnchorPoint

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.TLcdSLDAnchorPoint
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdSLDAnchorPoint extends TLcdDataObject
An anchor point defines the location of a graphic or label relative to the bounds of this graphic / label. The X and Y coordinates are defined as two decimal numbers in the interval [0.0, 1.0]. The bounding box of the graphic / label to be rendered is considered to be in a coordinate space from 0.0 (lower-left corner) to 1.0 (upper-right corner), and the anchor point is specified as a point in this space.
  • Constructor Details

    • TLcdSLDAnchorPoint

      public TLcdSLDAnchorPoint()
      Default constructor.
    • TLcdSLDAnchorPoint

      public TLcdSLDAnchorPoint(TLcdSLDParameterValue aAnchorPointX, TLcdSLDParameterValue aAnchorPointY)
      Constructs an instance with two given parameters value for coordinates.
      Parameters:
      aAnchorPointX - the parameter value for x coordinates.
      aAnchorPointY - the parameter value for y coordinates.
    • TLcdSLDAnchorPoint

      public TLcdSLDAnchorPoint(TLcdDataType aDataType)
      Default constructor.
  • Method Details