Class TLcdGDFRelationshipType

java.lang.Object
com.luciad.format.gdf.TLcdGDFRelationshipType

public class TLcdGDFRelationshipType extends Object
Provides general information about a relationship type, defined by its relationship type code.
Since:
5.1
  • Method Details

    • getRelationshipTypeCode

      public int getRelationshipTypeCode()
      Returns the 4-digit type code of this relationship type.
      Returns:
      the 2-digit type code of this relationship type.
    • getDescription

      public String getDescription()
      Returns a textual description of this relationship type.
      Returns:
      a textual description of this relationship type.
    • toString

      public String toString()
      Overrides:
      toString in class Object