Class TransportationNetworkDataset

  • All Implemented Interfaces:
    GeodatabaseDataset

    public final class TransportationNetworkDataset
    extends java.lang.Object
    implements GeodatabaseDataset
    Implements the transportation network dataset.
    Since:
    100.0.0
    See Also:
    Geodatabase
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAlias()
      Returns alias of transportation network dataset.
      Geodatabase getGeodatabase()
      Returns the geodatabase that this data set belongs to.
      java.lang.String getName()
      Returns name of dataset.
      • Methods inherited from class java.lang.Object

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

      • getAlias

        public java.lang.String getAlias()
        Returns alias of transportation network dataset.
        Returns:
        a string that represents transportation network dataset.
        Since:
        100.0.0
      • getName

        public java.lang.String getName()
        Description copied from interface: GeodatabaseDataset
        Returns name of dataset.
        Specified by:
        getName in interface GeodatabaseDataset
        Returns:
        a string that represents name of dataset.