Class TLcdCSWElementSet

java.lang.Object
com.luciad.ogc.csw.model.TLcdCSWElementSet

public class TLcdCSWElementSet extends Object
Named subsets of catalogue object properties; these views are mapped to a specific information model and are defined in an application profile.
Since:
2017.0
  • Field Details

    • BRIEF

      public static final TLcdCSWElementSet BRIEF
      A brief representation of the record format.
    • SUMMARY

      public static final TLcdCSWElementSet SUMMARY
      A summary representation of the record format.
    • FULL

      public static final TLcdCSWElementSet FULL
      The full record.
  • Constructor Details

    • TLcdCSWElementSet

      public TLcdCSWElementSet(String aCode)
  • Method Details

    • getCode

      public String getCode()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object aOther)
      Overrides:
      equals in class Object
    • getWellKnownValues

      public static Map<String,TLcdCSWElementSet> getWellKnownValues()
      Returns a map containing all well known values of this class. This map contains all public constant instances defined on this class.
      Returns:
      A map that maps a well known code to an instance of this class