Class TLcdISO19115LegalConstraints

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115LegalConstraints extends TLcdISO19115Constraints
Restrictions and legal prerequisites for accessing and using the dataset.
Since:
10.0
  • Field Details Link icon

    • ACCESS_CONSTRAINTS_PROPERTY Link icon

      public static final TLcdDataProperty ACCESS_CONSTRAINTS_PROPERTY
      Data property that maps to the accessConstraints element. The possible values for this property are instances of List<TLcdISO19115Optional<TLcdISO19115RestrictionCode>>.
    • USE_CONSTRAINTS_PROPERTY Link icon

      public static final TLcdDataProperty USE_CONSTRAINTS_PROPERTY
      Data property that maps to the useConstraints element. The possible values for this property are instances of List<TLcdISO19115Optional<TLcdISO19115RestrictionCode>>.
    • OTHER_CONSTRAINTS_PROPERTY Link icon

      public static final TLcdDataProperty OTHER_CONSTRAINTS_PROPERTY
      Data property that maps to the otherConstraints element. The possible values for this property are instances of List<TLcdISO19115Optional<String>>.
  • Constructor Details Link icon

    • TLcdISO19115LegalConstraints Link icon

      public TLcdISO19115LegalConstraints()
    • TLcdISO19115LegalConstraints Link icon

      public TLcdISO19115LegalConstraints(TLcdDataType aType)
  • Method Details Link icon