Skip navigation links
LuciadFusion
2023.1.08
com.luciad.format.xml.bind.schema.dataobject

LuciadFusionInterface ILcdXMLSchemaTypeMapping

    • Method Detail

      • getType

        TLcdDataType getType(TLcdXMLSchemaTypeIdentifier aTypeId)

        Returns the TLcdDataType that corresponds to the given XML schema type identifier. In case no corresponding type can be found, null is to be returned.

        Usually, there will be a one-to-one mapping between TLcdDataModel and ILcdXMLSchemaTypeMapping. But this does not necessarily have to be the case.

        Parameters:
        aTypeId - the XML schema type identifier for which the corresponding type should be returned
        Returns:
        the type that corresponds to the given XML schema type
LuciadFusion
2023.1.08