Library | Package Java Toolkit

Interface ImportFeatureData

package com.ptc.wfc.wfcFeature;

public interface ImportFeatureData
  extends jxobject



Description

The import feature data.



Method Summary
ImportFeatAttributesGetAttributes ()
    Get method for attribute "Attributes"
    The attribute for the import feature.
CoordSystemGetCsys ()
    Get method for attribute "Csys"
    The co-ordinate system from feature data.
StringGetFileName ()
    Get method for attribute "FileName"
    The imported feature file name.
IntfTypeGetIntfType ()
    Get method for attribute "IntfType"
    The imported feature type.

Method Detail

GetIntfType

IntfTypeGetIntfType ()


    The imported feature type.
Manual References:
Interface: Import Feature Properties, Interface: Import Feature Properties



GetFileName

StringGetFileName ()


    The imported feature file name.
Manual References:
Interface: Import Feature Properties, Interface: Import Feature Properties



GetCsys

CoordSystemGetCsys ()


    The co-ordinate system from feature data.
Manual References:
Interface: Import Feature Properties, Interface: Import Feature Properties



GetAttributes

ImportFeatAttributesGetAttributes ()


    The attribute for the import feature.
Manual References:
Interface: Import Feature Properties