Class TLcdWMSTextPlainGetFeatureInfoEncoder

java.lang.Object
com.luciad.wms.server.viewencoder.TLcdWMSTextPlainGetFeatureInfoEncoder
All Implemented Interfaces:
ILcdWMSGetFeatureInfoRequestEncoder

@LcdService(service=ILcdWMSGetFeatureInfoRequestEncoder.class, priority=20000) public class TLcdWMSTextPlainGetFeatureInfoEncoder extends Object implements ILcdWMSGetFeatureInfoRequestEncoder
Feature info encoder that encodes the features as plain text.

The feature info encoder handles data objects that may have nested properties. Indentation is used for nested properties.

The encoder uses human readable values, if any are configured.

  • The encoder uses the display name for properties.
  • The encoder uses the display name for property values.
Since:
2017.1
See Also:
  • Constructor Details

    • TLcdWMSTextPlainGetFeatureInfoEncoder

      public TLcdWMSTextPlainGetFeatureInfoEncoder()
  • Method Details