Interface SpatialBasicNetwork

  • All Superinterfaces:
    java.lang.Cloneable, LogicalBasicNetwork

    public interface SpatialBasicNetwork
    extends LogicalBasicNetwork
    A SpatialNetwork is a LogicalNetwork with geometry information.
    Since:
    11g
    • Method Detail

      • computeMBR

        void computeMBR()
        Computes the Maximum Bounding Rectangle (MBR) of the network.
      • getMBR

        MBR getMBR()
        Returns the Maximum Bounding Rectangle (MBR) of the network.
        Returns: