Example #1
0
        private IEntity GetEntityType(Ntx.Feature f, SpatialType type)
        {
            if (m_Translator == null)
            {
                return(null);
            }

            string fc = f.FeatureCode;

            return(m_Translator.FindEntityTypeByExternalName(fc, type));
        }