
org.geojsf.interfaces.model.monitoring.GeoStation Maven / Gradle / Ivy
The newest version!
package org.geojsf.interfaces.model.monitoring;
import java.util.List;
import org.geojsf.interfaces.model.with.EjbWithGeometry;
import net.sf.ahtutils.interfaces.model.status.UtilsDescription;
import net.sf.ahtutils.interfaces.model.status.UtilsLang;
import net.sf.ahtutils.interfaces.model.status.UtilsStatus;
import net.sf.ahtutils.interfaces.model.with.code.EjbWithCode;
import net.sf.ahtutils.model.interfaces.with.EjbWithDescription;
import net.sf.ahtutils.model.interfaces.with.EjbWithId;
import net.sf.ahtutils.model.interfaces.with.EjbWithLang;
import com.vividsolutions.jts.geom.Point;
public interface GeoStation,
CAP extends GeoStationCapability,
CAPT extends UtilsStatus,
CAPS extends UtilsStatus>
extends EjbWithId,EjbWithCode,EjbWithLang,EjbWithDescription,EjbWithGeometry
{
List getCapabilities();
void setCapabilities(List capabilities);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy