Interface Complex<P extends Position,​G extends Geometry<P>>

    • Method Detail

      • getNumGeometries

        int getNumGeometries()
        Returns the number of constituent Geometrys
        Returns:
        the number of constituent Geometrys
      • getComponentType

        Class<? extends Geometry> getComponentType()
        Returns the Class of which all constituent Geometrys are instances.
        Returns:
        the Class of which all constituent Geometrys are instances.
      • components

        G[] components()
        Returns the components
        Returns:
        an array containing all component objects