Class MicroclusterSelectionMapUtils
java.lang.Object
overit.geocallapp.wfm.core.ux.location.microcluster.selectionmap.MicroclusterSelectionMapUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.EnvelopegetEstimatedBoundingBox(String microclusterUuid, org.geos.CoordRefSys coordRef) static org.locationtech.jts.geom.EnvelopegetEstimatedBoundingBox(String microclusterUuid, org.geos.CoordRefSys coordRef, PoolKit poolKit) static org.locationtech.jts.geom.EnvelopegetEstimatedBoundingBox(Set<String> microclusterUuids, org.geos.CoordRefSys coordRef) static org.locationtech.jts.geom.EnvelopegetEstimatedBoundingBox(Set<String> microclusterUuids, org.geos.CoordRefSys coordRef, PoolKit poolKit)
-
Constructor Details
-
MicroclusterSelectionMapUtils
public MicroclusterSelectionMapUtils()
-
-
Method Details
-
getEstimatedBoundingBox
public static org.locationtech.jts.geom.Envelope getEstimatedBoundingBox(Set<String> microclusterUuids, org.geos.CoordRefSys coordRef) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
getEstimatedBoundingBox
public static org.locationtech.jts.geom.Envelope getEstimatedBoundingBox(Set<String> microclusterUuids, org.geos.CoordRefSys coordRef, PoolKit poolKit) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
getEstimatedBoundingBox
public static org.locationtech.jts.geom.Envelope getEstimatedBoundingBox(String microclusterUuid, org.geos.CoordRefSys coordRef) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
getEstimatedBoundingBox
public static org.locationtech.jts.geom.Envelope getEstimatedBoundingBox(String microclusterUuid, org.geos.CoordRefSys coordRef, PoolKit poolKit) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-