Interface GmlIdGenerator<T>

Type Parameters:
T - Type of identified object
All Known Implementing Classes:
SequentialIdGenerator

public interface GmlIdGenerator<T>

Interface for GML ID generators

  • Method Summary

    Modifier and Type
    Method
    Description
    nextId(T obj)
     
  • Method Details