Class GTSConfig


  • public class GTSConfig
    extends java.lang.Object
    Parameters and output data for MetaCarta GTS output connector.
    • Constructor Summary

      Constructors 
      Constructor Description
      GTSConfig()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PARAM_INGESTURI

        public static final java.lang.String PARAM_INGESTURI
        Ingest URI
        See Also:
        Constant Field Values
      • PARAM_REALM

        public static final java.lang.String PARAM_REALM
        Optional realm
        See Also:
        Constant Field Values
      • PARAM_USERID

        public static final java.lang.String PARAM_USERID
        Optional user ID
        See Also:
        Constant Field Values
      • PARAM_PASSWORD

        public static final java.lang.String PARAM_PASSWORD
        Optional user password
        See Also:
        Constant Field Values
      • NODE_COLLECTION

        public static final java.lang.String NODE_COLLECTION
        Collection node
        See Also:
        Constant Field Values
      • NODE_DOCUMENTTEMPLATE

        public static final java.lang.String NODE_DOCUMENTTEMPLATE
        Document template node
        See Also:
        Constant Field Values
      • ATTRIBUTE_VALUE

        public static final java.lang.String ATTRIBUTE_VALUE
        Name attribute
        See Also:
        Constant Field Values
    • Constructor Detail

      • GTSConfig

        public GTSConfig()