SYMBOL INDEX (908 symbols across 64 files) FILE: gs-web-elasticsearch/src/main/java/mil/nga/giat/elasticsearch/ElasticAttributeProvider.java class ElasticAttributeProvider (line 20) | class ElasticAttributeProvider extends GeoServerDataProvider attributes) { method getProperties (line 100) | @Override method getItems (line 105) | @Override FILE: gs-web-elasticsearch/src/main/java/mil/nga/giat/elasticsearch/ElasticConfigurationPage.java class ElasticConfigurationPage (line 69) | abstract class ElasticConfigurationPage extends Panel { method ElasticConfigurationPage (line 89) | public ElasticConfigurationPage(String panelId, final IModel model) { method onCancel (line 161) | @SuppressWarnings("unused") method onSave (line 175) | private void onSave(AjaxRequestTarget target) { method fillElasticAttributes (line 215) | private ElasticLayerConfiguration fillElasticAttributes(ResourceInfo r... method getElasticAttributePanel (line 257) | private GeoServerTablePanel getElasticAttributePanel( class GeometryTypeRenderer (line 360) | private static class GeometryTypeRenderer implements IChoiceRenderer... class OpenWindowOnLoadBehavior (line 119) | private class OpenWindowOnLoadBehavior extends AbstractDefaultAjaxBeha... method respond (line 120) | @Override method renderHead (line 126) | @Override method saveLayer (line 132) | private void saveLayer(FeatureTypeInfo ft) throws IOException { FILE: gs-web-elasticsearch/src/main/java/mil/nga/giat/elasticsearch/ElasticConfigurationPanelInfo.java class ElasticConfigurationPanelInfo (line 20) | class ElasticConfigurationPanelInfo extends ResourceConfigurationPanelIn... method canHandle (line 24) | @Override method getPriority (line 39) | @Override FILE: gs-web-elasticsearch/src/main/java/mil/nga/giat/elasticsearch/ElasticFeatureTypeCallback.java class ElasticFeatureTypeCallback (line 26) | class ElasticFeatureTypeCallback implements FeatureTypeCallback { method canHandle (line 28) | @Override method initialize (line 34) | @Override method dispose (line 49) | @Override method flush (line 62) | @Override FILE: gs-web-elasticsearch/src/main/java/mil/nga/giat/elasticsearch/ElasticXStreamInitializer.java class ElasticXStreamInitializer (line 22) | class ElasticXStreamInitializer implements XStreamPersisterInitializer { method init (line 24) | @Override FILE: gs-web-elasticsearch/src/main/java/mil/nga/giat/elasticsearch/ElasticXStreamPersisterInitializer.java class ElasticXStreamPersisterInitializer (line 6) | class ElasticXStreamPersisterInitializer implements XStreamPersisterInit... method init (line 8) | @Override FILE: gt-elasticsearch-process/src/main/java/mil/nga/giat/process/elasticsearch/BBOXRemovingFilterVisitor.java class BBOXRemovingFilterVisitor (line 11) | class BBOXRemovingFilterVisitor extends DuplicatingFilterVisitor { method visit (line 15) | @Override method getGeometryPropertyName (line 21) | public String getGeometryPropertyName() { FILE: gt-elasticsearch-process/src/main/java/mil/nga/giat/process/elasticsearch/BasicGeoHashGrid.java class BasicGeoHashGrid (line 9) | public class BasicGeoHashGrid extends GeoHashGrid { method computeCellValue (line 11) | @Override FILE: gt-elasticsearch-process/src/main/java/mil/nga/giat/process/elasticsearch/GeoHashGrid.java class GeoHashGrid (line 33) | abstract class GeoHashGrid { method GeoHashGrid (line 63) | GeoHashGrid() { method initalize (line 68) | public void initalize(ReferencedEnvelope srcEnvelope, SimpleFeatureCol... method computeCellValue (line 111) | protected abstract Number computeCellValue(Map bucket); method updateGrid (line 113) | private void updateGrid(String geohash, Number value) { method updateGrid (line 126) | private void updateGrid(double lat, double lon, Number value) { method toGridCoverage2D (line 132) | public GridCoverage2D toGridCoverage2D() { method readFeatures (line 137) | private List> readFeatures(SimpleFeatureCollection... method computeEnvelope (line 158) | private Envelope computeEnvelope(ReferencedEnvelope outEnvelope, int p... method computeMinLonOffset (line 171) | private void computeMinLonOffset(ReferencedEnvelope env) { method isValid (line 186) | private boolean isValid(final double lat, final double lon) { method isValid (line 190) | private boolean isValid(String geohash) { method pluckBucketName (line 194) | String pluckBucketName(Map bucket) { method pluckDocCount (line 202) | Number pluckDocCount(Map bucket) { method pluckMetricValue (line 210) | Number pluckMetricValue(Map bucket, String metricKey, ... method pluckAggBuckets (line 230) | @SuppressWarnings("unchecked") method setParams (line 244) | public void setParams(List params) { method setEmptyCellValue (line 248) | public void setEmptyCellValue(Float value) { method getCellWidth (line 254) | public double getCellWidth() { method getCellHeight (line 258) | public double getCellHeight() { method getEnvelope (line 262) | public Envelope getEnvelope() { method getBoundingBox (line 266) | public ReferencedEnvelope getBoundingBox() { method getGrid (line 270) | public float[][] getGrid() { method setScale (line 274) | public void setScale(RasterScale scale) { FILE: gt-elasticsearch-process/src/main/java/mil/nga/giat/process/elasticsearch/GeoHashGridProcess.java class GeoHashGridProcess (line 30) | @SuppressWarnings("unused") type Strategy (line 36) | public enum Strategy { method Strategy (line 44) | Strategy(Class clazz) { method createNewInstance (line 48) | GeoHashGrid createNewInstance() throws ReflectiveOperationException { method execute (line 54) | @DescribeResult(description = "Output raster") method invertQuery (line 98) | public Query invertQuery( FILE: gt-elasticsearch-process/src/main/java/mil/nga/giat/process/elasticsearch/GridCell.java class GridCell (line 7) | class GridCell { method GridCell (line 13) | public GridCell(String geohash, Number value) { method getGeohash (line 18) | public String getGeohash() { method getValue (line 22) | public Number getValue() { FILE: gt-elasticsearch-process/src/main/java/mil/nga/giat/process/elasticsearch/GridCoverageUtil.java class GridCoverageUtil (line 17) | class GridCoverageUtil { method scale (line 19) | public static GridCoverage2D scale(GridCoverage2D coverage, float widt... method crop (line 29) | public static GridCoverage2D crop(GridCoverage2D coverage, Envelope en... FILE: gt-elasticsearch-process/src/main/java/mil/nga/giat/process/elasticsearch/MetricGeoHashGrid.java class MetricGeoHashGrid (line 10) | public class MetricGeoHashGrid extends GeoHashGrid { method setParams (line 22) | @Override method computeCellValue (line 34) | @Override method getMetricKey (line 39) | public String getMetricKey() { method getValueKey (line 43) | public String getValueKey() { FILE: gt-elasticsearch-process/src/main/java/mil/nga/giat/process/elasticsearch/NestedAggGeoHashGrid.java class NestedAggGeoHashGrid (line 14) | public class NestedAggGeoHashGrid extends GeoHashGrid { method setParams (line 54) | @Override method computeCellValue (line 99) | @Override method selectLargest (line 114) | Number selectLargest(List> buckets) { method selectSmallest (line 127) | Number selectSmallest(List> buckets) { method bucketToRaster (line 140) | Number bucketToRaster(String key, Number value) { method getNestedAggKey (line 162) | public String getNestedAggKey() { method getMetricKey (line 166) | public String getMetricKey() { method getValueKey (line 170) | public String getValueKey() { method getSelectionStrategy (line 174) | public String getSelectionStrategy() { method getRasterStrategy (line 178) | public String getRasterStrategy() { method getTermsMap (line 182) | public Map getTermsMap() { FILE: gt-elasticsearch-process/src/main/java/mil/nga/giat/process/elasticsearch/RasterScale.java class RasterScale (line 7) | class RasterScale { method RasterScale (line 21) | public RasterScale() { method RasterScale (line 25) | public RasterScale(boolean useLog) { method RasterScale (line 29) | public RasterScale(Float scaleMax) { method RasterScale (line 33) | public RasterScale(Float scaleMin, Float scaleMax) { method RasterScale (line 37) | public RasterScale(Float scaleMin, Float scaleMax, boolean scaleLog) { method scaleValue (line 46) | public float scaleValue(float value) { method prepareScale (line 59) | public void prepareScale(float value) { method isScaleSet (line 76) | public boolean isScaleSet() { method getScaleMin (line 80) | public Float getScaleMin() { method getScaleMax (line 84) | public Float getScaleMax() { FILE: gt-elasticsearch-process/src/test/java/mil/nga/giat/process/elasticsearch/GeoHashGridProcessTest.java class GeoHashGridProcessTest (line 33) | public class GeoHashGridProcessTest { method setup (line 43) | @Before method testBasic (line 56) | @Test method testScaled (line 70) | @Test method testSubCellCrop (line 84) | @Test method testSubCellCropWithSheer (line 98) | @Test method testInvertQuery (line 111) | @Test method testInvertQueryAcrossDateline (line 121) | @Test method testInvertQueryNorthEastAxisOrder (line 131) | @Test method testInvertQueryWithOtherFilterElement (line 143) | @Test method checkInternal (line 153) | private void checkInternal(GridCoverage2D coverage, double delta) { method checkEdge (line 166) | private void checkEdge(GridCoverage2D coverage, Envelope env, double d... FILE: gt-elasticsearch-process/src/test/java/mil/nga/giat/process/elasticsearch/GeoHashGridTest.java class GeoHashGridTest (line 30) | public class GeoHashGridTest { method setup (line 49) | @Before method testGeoHashGridLowLonRange (line 55) | @Test method testGeoHashGridHighLonRange (line 71) | @Test method testGeoHashGrid (line 87) | @Test method testGeoHashGrid_scaled (line 106) | @Test method testGeoHashGridWithProjectedEnvelope (line 128) | @Test method testGeoHashGridWithNoFeatures (line 139) | @Test method testGeoHashGrid_emptyCellValue (line 147) | @Test method testGeoHashGrid_nullEmptyCellValue (line 157) | @Test method testGeoHashGridWithNoAggregations (line 166) | @Test method testGeoHashGridWithNoDocCount (line 176) | @Test(expected=IllegalArgumentException.class) method testGeoHashGridWithInvalidGeohash (line 186) | @Test method testPluckBucketName (line 196) | @Test method testPluckBucketName_doubleKey (line 202) | @Test method testPluckBucketName_invalidKey (line 211) | @Test(expected=IllegalArgumentException.class) method testPluckDocCount (line 218) | @Test method testPluckMetricValue (line 224) | @Test method testPluckMetricValue_docCount (line 230) | @Test method testPluckMetricValue_canNotFindMetricKey (line 239) | @Test(expected=IllegalArgumentException.class) method testPluckMetricValue_canNotFindValueKey (line 244) | @Test(expected=IllegalArgumentException.class) method testPluckAggBuckets (line 249) | @Test method testPluckAggBuckets_canNotFindAggKey (line 255) | @Test(expected=IllegalArgumentException.class) FILE: gt-elasticsearch-process/src/test/java/mil/nga/giat/process/elasticsearch/GridCoverageUtilTest.java class GridCoverageUtilTest (line 22) | public class GridCoverageUtilTest { method testExactUpScale (line 24) | @Test method testExactDownScale (line 40) | @Test method testInexactScale (line 56) | @Test method testSmallScale (line 67) | @Test method testLargeScale (line 78) | @Test method testCrop (line 89) | @Test FILE: gt-elasticsearch-process/src/test/java/mil/nga/giat/process/elasticsearch/MetricGeoHashGridTest.java class MetricGeoHashGridTest (line 16) | public class MetricGeoHashGridTest { method setup (line 20) | @Before method testSetParams_defaults (line 25) | @Test method testSetParams (line 32) | @Test method testSetParams_justMetric (line 44) | @Test method testComputeCellValue (line 54) | @Test FILE: gt-elasticsearch-process/src/test/java/mil/nga/giat/process/elasticsearch/NestedAggGeoHashGridTest.java class NestedAggGeoHashGridTest (line 16) | public class NestedAggGeoHashGridTest { method setup (line 22) | @Before method testSetParams_defaults (line 27) | @Test method testSetParams (line 38) | @Test method testSetParams_ignoreInvalidParams (line 62) | @Test method testSetParams_notEnoughParameters (line 82) | @Test(expected=IllegalArgumentException.class) method testComputeCellValue (line 87) | @Test method testSelectLargest (line 93) | @Test method testSelectSmallest (line 99) | @Test method testBucketToRaster_rasterFromValue (line 105) | @Test method testBucketToRaster_rasterFromNumericKey (line 112) | @Test method testBucketToRaster_rasterFromNumericKey_keyIsString (line 125) | @Test(expected=IllegalArgumentException.class) method testBucketToRaster_rasterFromStringKey (line 137) | @Test method testBucketToRaster_rasterFromStringKey_keyNotInMap (line 151) | @Test(expected=IllegalArgumentException.class) FILE: gt-elasticsearch-process/src/test/java/mil/nga/giat/process/elasticsearch/RasterScaleTest.java class RasterScaleTest (line 11) | public class RasterScaleTest { method testRasterScale_noScale (line 13) | @Test method testRasterScale_maxProvided (line 19) | @Test method testRasterScale_minMaxProvided (line 28) | @Test method testRasterScale_minMaxSame (line 38) | @Test(expected=IllegalArgumentException.class) method testRasterScale_scaleValue (line 44) | @Test method testRasterScale_scaleValue_emptyScale (line 58) | @Test method testRasterScale_scaleValue_dataMinAndDataMaxAreTheSame (line 69) | @Test method testRasterScale_log (line 78) | @Test method testRasterScale_logAndScale (line 85) | @Test FILE: gt-elasticsearch-process/src/test/java/mil/nga/giat/process/elasticsearch/TestUtil.java class TestUtil (line 18) | class TestUtil { method createAggregationFeatures (line 20) | public static SimpleFeatureCollection createAggregationFeatures(List createDocCountBucket(String bucketNam... method createMetricBucket (line 42) | public static Map createMetricBucket(int docCount, Stri... method createBuckets (line 52) | public static List> createBuckets(int[] values) { method createAggBucket (line 60) | public static Map createAggBucket(String aggName, int[]... FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/ElasticAggregation.java class ElasticAggregation (line 12) | @JsonIgnoreProperties(ignoreUnknown = true) method getBuckets (line 17) | public List> getBuckets() { method setBuckets (line 21) | public void setBuckets(List> buckets) { method toString (line 25) | @Override FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/ElasticAttribute.java class ElasticAttribute (line 18) | public class ElasticAttribute implements Serializable, Comparable getType() { method setType (line 108) | public void setType(Class type) { method getGeometryType (line 112) | public ElasticGeometryType getGeometryType() { method setGeometryType (line 116) | public void setGeometryType(ElasticGeometryType geometryType) { method isUse (line 120) | public Boolean isUse() { method setUse (line 124) | public void setUse(Boolean use) { method isDefaultGeometry (line 128) | public Boolean isDefaultGeometry() { method setDefaultGeometry (line 132) | public void setDefaultGeometry(Boolean defaultGeometry) { method getSrid (line 136) | public Integer getSrid() { method setSrid (line 140) | public void setSrid(Integer srid) { method getDateFormat (line 144) | public String getDateFormat() { method setDateFormat (line 148) | public void setDateFormat(String dateFormat) { method getAnalyzed (line 152) | public Boolean getAnalyzed() { method setAnalyzed (line 156) | public void setAnalyzed(Boolean analyzed) { method isStored (line 160) | public boolean isStored() { method setStored (line 164) | public void setStored(boolean stored) { method isNested (line 168) | public boolean isNested() { method setNested (line 172) | public void setNested(boolean nested) { method setOrder (line 176) | public void setOrder(Integer order) { method getOrder (line 180) | public Integer getOrder() { method setCustomName (line 184) | public void setCustomName(String name) { method getCustomName (line 188) | public String getCustomName() { method getDisplayName (line 192) | public String getDisplayName() { method hashCode (line 202) | @Override method equals (line 208) | @Override method compareTo (line 237) | @Override method normalizeName (line 256) | private static String normalizeName (String name) { FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/ElasticCapabilities.java class ElasticCapabilities (line 52) | class ElasticCapabilities extends Capabilities { method ElasticCapabilities (line 74) | public ElasticCapabilities() { method fullySupports (line 111) | @Override method toOperationName (line 119) | @Override method addName (line 127) | @Override class ElasticFilterCapabilities (line 137) | private static class ElasticFilterCapabilities extends FilterCapabilit... method getTemporalCapabilities (line 141) | @Override class ElasticIsFullySupportedFilterVisitor (line 152) | private class ElasticIsFullySupportedFilterVisitor extends IsFullySupp... method ElasticIsFullySupportedFilterVisitor (line 154) | ElasticIsFullySupportedFilterVisitor() { method visit (line 158) | public Object visit( ExcludeFilter filter, Object extraData ) { method visit (line 162) | public Object visit( IncludeFilter filter, Object extraData ) { method visit (line 166) | public Object visit(BegunBy begunBy, Object extraData) { FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/ElasticClient.java type ElasticClient (line 13) | interface ElasticClient extends Closeable { method getVersion (line 17) | double getVersion(); method getTypes (line 19) | List getTypes(String indexName) throws IOException; method getMapping (line 21) | Map getMapping(String indexName, String type) throws IO... method search (line 23) | ElasticResponse search(String searchIndices, String type, ElasticReque... method scroll (line 25) | ElasticResponse scroll(String scrollId, Integer scrollTime) throws IOE... method close (line 27) | @Override method clearScroll (line 30) | void clearScroll(Set scrollIds) throws IOException; FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/ElasticConstants.java class ElasticConstants (line 14) | final class ElasticConstants { FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/ElasticDataStore.java class ElasticDataStore (line 40) | public class ElasticDataStore extends ContentDataStore { type ArrayEncoding (line 70) | public enum ArrayEncoding { method ElasticDataStore (line 83) | public ElasticDataStore(String searchHost, Integer hostPort, String in... method ElasticDataStore (line 87) | public ElasticDataStore(RestClient restClient, String indexName) throw... method ElasticDataStore (line 91) | public ElasticDataStore(RestClient restClient, RestClient proxyRestCli... method createTypeNames (line 120) | @Override method createFeatureSource (line 128) | @Override method getFeatureSource (line 133) | @Override method getElasticAttributes (line 147) | public List getElasticAttributes(Name layerName) thr... method getIndexName (line 196) | String getIndexName() { method getClient (line 200) | ElasticClient getClient() { method isSourceFilteringEnabled (line 204) | boolean isSourceFilteringEnabled() { method setSourceFilteringEnabled (line 208) | public void setSourceFilteringEnabled(boolean sourceFilteringEnabled) { method getDefaultMaxFeatures (line 212) | public Integer getDefaultMaxFeatures() { method setDefaultMaxFeatures (line 216) | public void setDefaultMaxFeatures(Integer defaultMaxFeatures) { method getScrollSize (line 220) | public Long getScrollSize() { method getScrollEnabled (line 224) | public Boolean getScrollEnabled() { method getScrollTime (line 228) | public Integer getScrollTime() { method setScrollSize (line 232) | public void setScrollSize(Long scrollSize) { method setScrollEnabled (line 236) | public void setScrollEnabled(Boolean scrollEnabled) { method setScrollTime (line 240) | public void setScrollTime(Integer scrollTime) { method getArrayEncoding (line 244) | public ArrayEncoding getArrayEncoding() { method setArrayEncoding (line 248) | public void setArrayEncoding(ArrayEncoding arrayEncoding) { method getGridSize (line 252) | public Long getGridSize() { method setGridSize (line 256) | public void setGridSize(Long gridSize) { method getGridThreshold (line 260) | public Double getGridThreshold() { method setGridThreshold (line 264) | public void setGridThreshold(Double gridThreshold) { method getLayerConfigurations (line 268) | public Map getLayerConfigurations() { method setLayerConfiguration (line 272) | public void setLayerConfiguration(ElasticLayerConfiguration layerConfi... method getDocTypes (line 277) | public Map getDocTypes() { method getDocType (line 281) | public String getDocType(Name typeName) { method walk (line 291) | @SuppressWarnings({ "rawtypes", "unchecked" }) method add (line 325) | private void add(List elasticAttributes, String prop... method checkRestClient (line 400) | private static void checkRestClient(RestClient client) throws IOExcept... method isAnalyzed (line 409) | static boolean isAnalyzed(Map map) { FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/ElasticDataStoreFactory.java class ElasticDataStoreFactory (line 40) | @SuppressWarnings("WeakerAccess") method getDisplayName (line 139) | @Override method getDescription (line 144) | @Override method getParametersInfo (line 149) | @Override method canProcess (line 154) | @Override method isAvailable (line 171) | @Override method getImplementationHints (line 176) | @Override method createDataStore (line 181) | @Override method createDataStore (line 193) | public DataStore createDataStore(RestClient client, RestClient proxyCl... method createRestClient (line 214) | public RestClient createRestClient(Map params) t... method createRestClient (line 218) | private RestClient createRestClient(Map params, ... method createNewDataStore (line 289) | @Override method createClientBuilder (line 294) | public RestClientBuilder createClientBuilder(HttpHost[] hosts) { method isForceRunas (line 298) | private static boolean isForceRunas() { method getValue (line 302) | @SuppressWarnings({"unchecked" }) FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/ElasticFeatureReader.java class ElasticFeatureReader (line 36) | class ElasticFeatureReader implements FeatureReader attributes, Na... method buildFeatureType (line 42) | @Override FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/ElasticHit.java class ElasticHit (line 13) | @SuppressWarnings("unused") method getIndex (line 35) | public String getIndex() { method getType (line 39) | public String getType() { method getId (line 43) | public String getId() { method getScore (line 47) | public Float getScore() { method getSource (line 51) | public Map getSource() { method getFields (line 55) | public Map> getFields() { method field (line 59) | public List field(String name) { FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/ElasticLayerConfiguration.java class ElasticLayerConfiguration (line 14) | public class ElasticLayerConfiguration implements Serializable { method ElasticLayerConfiguration (line 29) | public ElasticLayerConfiguration(String docType) { method ElasticLayerConfiguration (line 35) | public ElasticLayerConfiguration(ElasticLayerConfiguration other) { method getDocType (line 43) | public String getDocType() { method getLayerName (line 47) | public String getLayerName() { method setLayerName (line 51) | public void setLayerName(String layerName) { method getAttributes (line 55) | public List getAttributes() { FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/ElasticMappings.java class ElasticMappings (line 11) | @SuppressWarnings("unused") method getMappings (line 16) | public Map getMappings() { method setMappings (line 20) | public void setMappings(Map mappings) { class Mapping (line 24) | @JsonIgnoreProperties(ignoreUnknown=true) method getProperties (line 29) | public Map getProperties() { class Untyped (line 34) | public static class Untyped { method getMappings (line 38) | public Mapping getMappings() { FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/ElasticParserUtil.java class ElasticParserUtil (line 37) | class ElasticParserUtil { method ElasticParserUtil (line 75) | public ElasticParserUtil() { method createGeometry (line 89) | @SuppressWarnings("unchecked") method createGeometry (line 149) | @SuppressWarnings({"rawtypes", "unchecked"}) method createPolygon (line 263) | private Polygon createPolygon(final List>> posList) { method createCoordinates (line 274) | private Coordinate[] createCoordinates(final List> posLis... method createCoordinate (line 282) | private Coordinate createCoordinate(final List posList) { method readField (line 306) | public List readField(Map source, String name) { method readField (line 329) | private void readField(Object entry, List keys, List v... method isGeoPointFeature (line 343) | @SuppressWarnings("rawtypes") method urlDecode (line 355) | public static String urlDecode(String value) { method createCircle (line 372) | private Geometry createCircle(Coordinate centreCoord, String radius) { method convertToMeters (line 423) | static double convertToMeters(String distanceWithUnit) throws IllegalA... FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/ElasticRequest.java class ElasticRequest (line 12) | class ElasticRequest { method ElasticRequest (line 30) | public ElasticRequest() { method getQuery (line 36) | public Map getQuery() { method setQuery (line 40) | public void setQuery(Map query) { method getAggregations (line 44) | public Map>> getAggregations() { method setAggregations (line 48) | public void setAggregations(Map>>... method getSize (line 52) | public Integer getSize() { method setSize (line 56) | public void setSize(Integer size) { method getFrom (line 60) | public Integer getFrom() { method setFrom (line 64) | public void setFrom(Integer from) { method getScroll (line 68) | public Integer getScroll() { method setScroll (line 72) | public void setScroll(Integer scroll) { method getSorts (line 76) | public List> getSorts() { method addSort (line 80) | public void addSort(String key, String order) { method getSourceIncludes (line 84) | public List getSourceIncludes() { method addSourceInclude (line 88) | public void addSourceInclude(String sourceInclude) { method getFields (line 92) | public List getFields() { method addField (line 96) | public void addField(String field) { FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/ElasticResponse.java class ElasticResponse (line 15) | @SuppressWarnings("unused") method getResults (line 28) | public ElasticResults getResults() { method getAggregations (line 32) | public Map getAggregations() { method getScrollId (line 36) | public String getScrollId() { method getHits (line 40) | @JsonIgnore method getNumHits (line 51) | public int getNumHits() { method getTotalNumHits (line 61) | public long getTotalNumHits() { method getMaxScore (line 71) | public float getMaxScore() { method toString (line 81) | @Override FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/ElasticResults.java class ElasticResults (line 13) | @SuppressWarnings("unused") method getTotal (line 25) | public Long getTotal() { method getMaxScore (line 29) | public Float getMaxScore() { method getHits (line 33) | public List getHits() { FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/FilterToElastic.java class FilterToElastic (line 125) | class FilterToElastic implements FilterVisitor, ExpressionVisitor { method FilterToElastic (line 177) | public FilterToElastic() { method encode (line 190) | public void encode(Filter filter) throws FilterToElasticException { method encode (line 204) | public void encode(Query query) throws FilterToElasticException { method setFeatureType (line 217) | public void setFeatureType(SimpleFeatureType featureType) { method createCapabilities (line 226) | Capabilities createCapabilities() { method getCapabilities (line 242) | private synchronized Capabilities getCapabilities() { method visit (line 258) | public Object visit(ExcludeFilter filter, Object extraData) { method visit (line 269) | public Object visit(IncludeFilter filter, Object extraData) { method visit (line 280) | public Object visit(PropertyIsBetween filter, Object extraData) { method visit (line 329) | public Object visit(PropertyIsLike filter, Object extraData) { method visit (line 391) | public Object visit(And filter, Object extraData) { method visit (line 402) | public Object visit(Not filter, Object extraData) { method visit (line 425) | public Object visit(Or filter, Object extraData) { method visit (line 436) | private Object visit(BinaryLogicOperator filter, Object extraData) { method visit (line 461) | public Object visit(PropertyIsEqualTo filter, Object extraData) { method visit (line 473) | public Object visit(PropertyIsGreaterThanOrEqualTo filter, Object extr... method visit (line 485) | public Object visit(PropertyIsGreaterThan filter, Object extraData) { method visit (line 497) | public Object visit(PropertyIsLessThan filter, Object extraData) { method visit (line 509) | public Object visit(PropertyIsLessThanOrEqualTo filter, Object extraDa... method visit (line 521) | public Object visit(PropertyIsNotEqualTo filter, Object extraData) { method visitBinaryComparisonOperator (line 532) | private void visitBinaryComparisonOperator(BinaryComparisonOperator fi... method isBinaryExpression (line 629) | private boolean isBinaryExpression(Expression e) { method visit (line 639) | public Object visit(PropertyIsNull filter, Object extraData) { method visit (line 652) | public Object visit(PropertyIsNil filter, Object extraData) { method visit (line 662) | public Object visit(Id filter, Object extraData) { method visit (line 673) | public Object visit(BBOX filter, Object extraData) { method visit (line 676) | public Object visit(Beyond filter, Object extraData) { method visit (line 679) | public Object visit(Contains filter, Object extraData) { method visit (line 682) | public Object visit(Crosses filter, Object extraData) { method visit (line 685) | public Object visit(Disjoint filter, Object extraData) { method visit (line 688) | public Object visit(DWithin filter, Object extraData) { method visit (line 691) | public Object visit(Equals filter, Object extraData) { method visit (line 694) | public Object visit(Intersects filter, Object extraData) { method visit (line 697) | public Object visit(Overlaps filter, Object extraData) { method visit (line 700) | public Object visit(Touches filter, Object extraData) { method visit (line 703) | public Object visit(Within filter, Object extraData) { method visitBinarySpatialOperator (line 707) | private Object visitBinarySpatialOperator(BinarySpatialOperator filter, method visitBinaryTemporalOperator (line 735) | private Object visitBinaryTemporalOperator(BinaryTemporalOperator filter, method visitBinaryTemporalOperator (line 767) | private Object visitBinaryTemporalOperator(BinaryTemporalOperator filt... method visitBegin (line 893) | private void visitBegin(Period p, Object extraData) { method visitEnd (line 897) | private void visitEnd(Period p, Object extraData) { method visitBinaryTemporalOperator (line 908) | Object visitBinaryTemporalOperator() { method visitNullFilter (line 918) | public Object visitNullFilter(Object extraData) { method visit (line 933) | @Override method visit (line 980) | @Override method evaluateLiteral (line 1011) | private Object evaluateLiteral(Literal expression, Class target) { method writeLiteral (line 1062) | private void writeLiteral(Object literal) { method visitLiteralTimePeriod (line 1070) | void visitLiteralTimePeriod() { method visit (line 1075) | public Object visit(Add expression, Object extraData) { method visit (line 1078) | public Object visit(Divide expression, Object extraData) { method visit (line 1081) | public Object visit(Multiply expression, Object extraData) { method visit (line 1084) | public Object visit(Subtract expression, Object extraData) { method visit (line 1088) | public Object visit(NilExpression expression, Object extraData) { method visit (line 1094) | public Object visit(After after, Object extraData) { method visit (line 1097) | public Object visit(AnyInteracts anyInteracts, Object extraData) { method visit (line 1100) | public Object visit(Before before, Object extraData) { method visit (line 1103) | public Object visit(Begins begins, Object extraData) { method visit (line 1106) | public Object visit(BegunBy begunBy, Object extraData) { method visit (line 1109) | public Object visit(During during, Object extraData) { method visit (line 1112) | public Object visit(EndedBy endedBy, Object extraData) { method visit (line 1115) | public Object visit(Ends ends, Object extraData) { method visit (line 1118) | public Object visit(Meets meets, Object extraData) { method visit (line 1121) | public Object visit(MetBy metBy, Object extraData) { method visit (line 1124) | public Object visit(OverlappedBy overlappedBy, Object extraData) { method visit (line 1127) | public Object visit(TContains contains, Object extraData) { method visit (line 1130) | public Object visit(TEquals equals, Object extraData) { method visit (line 1133) | public Object visit(TOverlaps contains, Object extraData) { method visitLiteralGeometry (line 1137) | private void visitLiteralGeometry(Literal expression) throws IOExcepti... method visitBinarySpatialOperator (line 1154) | private Object visitBinarySpatialOperator(BinarySpatialOperator filter, method visitBinarySpatialOperator (line 1161) | private Object visitBinarySpatialOperator(BinarySpatialOperator filter... method visit (line 1166) | @Override method updateDateFormatter (line 1173) | private void updateDateFormatter(AttributeDescriptor attType) { method safeConvertToNumber (line 1186) | private Number safeConvertToNumber(Expression expression, Class tar... method addViewParams (line 1191) | void addViewParams(Query query) { method convertToQueryString (line 1240) | public static String convertToQueryString(char escape, char multi, cha... method convertToRegex (line 1265) | public static String convertToRegex(char escape, char multi, char single, method extractNestedPath (line 1290) | private static String extractNestedPath(String field) { method getFullySupported (line 1296) | public Boolean getFullySupported() { method getNativeQueryBuilder (line 1300) | public Map getNativeQueryBuilder() { method getQueryBuilder (line 1304) | public Map getQueryBuilder() { method getAggregations (line 1317) | public Map>> getAggregations() { FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/FilterToElasticException.java class FilterToElasticException (line 7) | class FilterToElasticException extends RuntimeException { method FilterToElasticException (line 11) | public FilterToElasticException(String msg, Throwable exp) { FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/FilterToElasticHelper.java class FilterToElasticHelper (line 56) | class FilterToElasticHelper { method FilterToElasticHelper (line 94) | public FilterToElasticHelper(FilterToElastic delegate) { method visitBinarySpatialOperator (line 98) | Object visitBinarySpatialOperator(BinarySpatialOperator filter, method visitBinarySpatialOperator (line 112) | Object visitBinarySpatialOperator(BinarySpatialOperator filter, Expres... method visitDistanceSpatialOperator (line 119) | private void visitDistanceSpatialOperator(DistanceBufferOperator filter, method toMeters (line 143) | private String toMeters(double distance, String unit) { method visitComparisonSpatialOperator (line 154) | private void visitComparisonSpatialOperator(BinarySpatialOperator filt... method visitBinarySpatialOperator (line 181) | private void visitBinarySpatialOperator(BinarySpatialOperator filter, ... method visitGeoShapeBinarySpatialOperator (line 196) | private void visitGeoShapeBinarySpatialOperator(BinarySpatialOperator ... method visitGeoPointBinarySpatialOperator (line 229) | private void visitGeoPointBinarySpatialOperator(BinarySpatialOperator ... method clipToWorld (line 274) | private Literal clipToWorld(Literal geometry) { method clipLon (line 289) | private double clipLon(double lon) { method clipLat (line 294) | private double clipLat(double lat) { method isWorld (line 303) | private boolean isWorld(Literal geometry) { method isEmpty (line 319) | private boolean isEmpty(Literal geometry) { FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/GeohashUtil.java class GeohashUtil (line 13) | class GeohashUtil { method computePrecision (line 15) | public static int computePrecision(Envelope envelope, long size, doubl... method computePrecision (line 19) | private static int computePrecision(Envelope envelope, long size, doub... method computeSize (line 23) | private static double computeSize(Envelope envelope, int n) { method updateGridAggregationPrecision (line 28) | public static void updateGridAggregationPrecision(Map getMappings(String indexName, String type... method search (line 178) | @Override method performRequest (line 227) | private Response performRequest(String method, String path, Map... method parseResponse (line 274) | private ElasticResponse parseResponse(final Response response) throws ... method scroll (line 280) | @Override method clearScroll (line 290) | @Override method close (line 300) | @Override method removeMapping (line 313) | @SuppressWarnings("unchecked") method getIndices (line 330) | private Set getIndices(String alias) { FILE: gt-elasticsearch/src/main/java/mil/nga/giat/data/elasticsearch/TotalDeserializer.java class TotalDeserializer (line 11) | public class TotalDeserializer extends StdDeserializer { method TotalDeserializer (line 13) | public TotalDeserializer() { method TotalDeserializer (line 17) | public TotalDeserializer(Class vc) { method deserialize (line 21) | @Override FILE: gt-elasticsearch/src/test/java/mil/nga/giat/data/elasticsearch/ElasticAggregationReaderTest.java class ElasticAggregationReaderTest (line 25) | public class ElasticAggregationReaderTest { method setup (line 39) | @Before method testNoAggregations (line 49) | @Test method testBuckets (line 54) | @Test method testMultipleAggregations (line 74) | @Test method byteArrayToMap (line 91) | private Map byteArrayToMap(Object bytes) throws IOExcep... FILE: gt-elasticsearch/src/test/java/mil/nga/giat/data/elasticsearch/ElasticAttributeTest.java class ElasticAttributeTest (line 16) | public class ElasticAttributeTest { method setup (line 50) | @Before method testAttributes (line 70) | @Test method testDisplayName (line 101) | @Test method testHashCode (line 109) | @Test method testEquals (line 115) | @Test method testClone (line 121) | @Test method testCompare (line 126) | @Test FILE: gt-elasticsearch/src/test/java/mil/nga/giat/data/elasticsearch/ElasticDataStoreFinderIT.java class ElasticDataStoreFinderIT (line 37) | public class ElasticDataStoreFinderIT extends ElasticTestSupport { method testFactoryDefaults (line 42) | @Test method testFactory (line 56) | @Test method testFactoryWithMissingRequired (line 72) | @Test method testCreateRestClient (line 88) | @Test method getHosts (line 131) | private List getHosts(String hosts) throws IOException { FILE: gt-elasticsearch/src/test/java/mil/nga/giat/data/elasticsearch/ElasticDataStoreIT.java class ElasticDataStoreIT (line 45) | public class ElasticDataStoreIT extends ElasticTestSupport { method testConstructionWithHostAndPortAndIndex (line 47) | @Test method testConstructionWithClientAndIndex (line 59) | @Test method testConstructionWithProxyClientAndIndex (line 74) | @Test method testConstructionWithBadClient (line 89) | @Test(expected=IOException.class) method testConstructionWithBadProxyClient (line 106) | @Test(expected=IOException.class) method testGetNames (line 126) | @Test method testGetNamesByAlias (line 136) | @Test method testLayerConfigClone (line 147) | @Test method testSchema (line 159) | @Test method testSchemaWithValidCustomName (line 170) | @Test method testIsAnalyzed (line 185) | @Test FILE: gt-elasticsearch/src/test/java/mil/nga/giat/data/elasticsearch/ElasticDatastoreFactoryTest.java class ElasticDatastoreFactoryTest (line 41) | @RunWith(MockitoJUnitRunner.class) method setUp (line 64) | @Before method getParams (line 90) | private Map getParams(String hosts, int port, St... method testBuildClient (line 106) | @Test method testBuildClientWithoutProxy (line 137) | @Test method testBuildClientWithoutAuth (line 161) | @Test method testBuildClientWithMultipleHosts (line 180) | @Test method testCreateClientbuilder (line 195) | @Test method testBuildClientWithSslRejectUnauthorizedDisabled (line 202) | @Test method testBuildClientWithSslRejectUnauthorizedDisabledAndInvalidSSLContext (line 211) | @Test(expected=UncheckedIOException.class) method testBuildClientWithInvalidHost (line 220) | @Test(expected=IOException.class) FILE: gt-elasticsearch/src/test/java/mil/nga/giat/data/elasticsearch/ElasticFeatureFilterIT.java class ElasticFeatureFilterIT (line 61) | public class ElasticFeatureFilterIT extends ElasticTestSupport { method testSchema (line 63) | @Test method testSchemaWithoutLayerConfig (line 76) | @Test @Ignore method testSchemaWithShortName (line 85) | @Test method testSchemaWithInvalidSrid (line 97) | @Test @Ignore method testCount (line 110) | @Test method testBounds (line 116) | @Test method testCountWithIsEqualFilter (line 126) | @Test method testCountWithIsNotEqualFilter (line 136) | @Test method testCountWithOffsetLimit (line 146) | @Test method testGetFeaturesWithAndLogicFilter (line 156) | @Test method testGetFeaturesWithORLogicFilter (line 168) | @Test method testGetFeaturesWithNOTLogicFilter (line 185) | @Test method testGetFeaturesWithIdFilter (line 200) | @Test method testGetFeaturesWithBetweenFilter (line 210) | @Test method testGetFeaturesWithQuery (line 259) | @Test method testReadStringArrayWithCsvStrategy (line 282) | @Test method testReadNumericArrayWithCsvStrategy (line 301) | @Test method testGetFeaturesWithSort (line 316) | @Test method testGetFeaturesWithOffsetLimit (line 362) | @Test method testNaturalSortingAsc (line 383) | @Test method testNaturalSortingDesc (line 399) | @Test method testGetFeaturesWithIsGreaterThanFilter (line 415) | @Test method testGetFeaturesWithIsGreaterThanOrEqualToFilter (line 424) | @Test method testGetFeaturesWithIsLessThanFilter (line 434) | @Test method testGetFeaturesWithLessThanOrEqualToFilter (line 443) | @Test method testGetFeaturesWithIsLikeFilter (line 452) | @Test method testGetFeaturesWithIsNullFilter (line 461) | @Test method testBBOXFilterWithBBOXType (line 470) | @Test method testOnlyStoredFields (line 480) | @Test method testOnlySourceFields (line 497) | @Test method testOnlyStoredFieldsWithSourceFiltering (line 517) | @Test method testOnlySourceFieldsWithSourceFiltering (line 535) | @Test method testFieldsWithSourceFiltering (line 560) | @Test method testGetFeaturesWithIsGreaterThanFilterOnObjectType (line 609) | @Test method testGetFeaturesWithIsGreaterThanFilterOnNestedType (line 618) | @Test method testGetFeaturesWithIsBetweenFilterOnObjectType (line 627) | @Test method testGetFeaturesWithIsBetweenFilterOnNestedType (line 636) | @Test method testGetFeaturesWithIsGreaterThanFilterOnNestedChildType (line 645) | @Test method testScrollSizesDoesntChangesOutputSize (line 654) | @Test method testScrollTimeDoesntChangesOutputSize (line 664) | @Test method testScrollEnabledDoesntChangesOutputSize (line 675) | @Test method testScrollHonorsMaxFeatures (line 685) | @Test method testScrollNoSuchElement (line 695) | @Test(expected=NoSuchElementException.class) method testDefaultMaxFeatures (line 708) | @Test method assertCovered (line 717) | private void assertCovered(SimpleFeatureCollection features, Integer..... FILE: gt-elasticsearch/src/test/java/mil/nga/giat/data/elasticsearch/ElasticFilterTest.java class ElasticFilterTest (line 80) | public class ElasticFilterTest { method setUp (line 96) | @Before method setFilterBuilder (line 166) | private void setFilterBuilder() { method addDateWithFormatToFeatureType (line 171) | private void addDateWithFormatToFeatureType(String format) { method testEncodeQuery (line 187) | @Test method testId (line 198) | @Test method testAnd (line 208) | @Test method testOr (line 220) | @Test method testNot (line 232) | @Test method testPropertyIsNull (line 243) | @Test method testPropertyIsNotNull (line 254) | @Test method testPropertyIsEqualToString (line 264) | @Test method testNestedPropertyIsEqualToString (line 274) | @Test method testNestedStringIsEqualToProperty (line 284) | @Test method testPropertyIsNotEqualToString (line 294) | @Test method testPropertyIsEqualToDouble (line 304) | @Test method testDoubleIsEqualtoProperty (line 314) | @Test method testPropertyIsNotEqualToDouble (line 324) | @Test method testPropertyIsEqualToFloat (line 334) | @Test method testPropertyIsEqualToInteger (line 344) | @Test method testPropertyIsEqualToBoolean (line 354) | @Test method testPropertyIsGreaterThan (line 364) | @Test method testPropertyIsLessThan (line 375) | @Test method testPropertyIsGreaterThanOrEqualTo (line 386) | @Test method testPropertyIsLessThanOrEqualTo (line 397) | @Test method testPropertyIsBetween (line 408) | @Test method testUnknownPropertyIsBetween (line 419) | @Test method testIncludeFilter (line 430) | @Test method testExcludeFilter (line 439) | @Test method testNullFilter (line 449) | @Test method testNilFilter (line 454) | @Test method testNullBinarySpatialOperatorFilter (line 461) | @Test method testPropertyIsLike (line 472) | @Test method testCaseSensitivePropertyIsLike (line 483) | @Test method testNestedPropertyIsLike (line 494) | @Test method testConvertToRegex (line 507) | @Test method testConvertToQueryString (line 526) | @Test method testGeoShapeBboxFilter (line 545) | @Test method testGeoShapeIntersectsFilter (line 570) | @Test method testEmptyGeoShape (line 588) | @Test method testEmptyDisjointGeoShape (line 600) | @Test method testGeoShapeIntersectsFilterReversed (line 610) | @Test method testAndWithBbox (line 627) | @Test method testGeoPointBboxFilter (line 653) | @Test method testGeoPolygonFilter (line 666) | @Test method testDWithinFilter (line 684) | @Test method testDWithinPolygonFilter (line 697) | @Test method testDBeyondFilter (line 710) | @Test method testLinearRingVisit (line 722) | @Test method testCompoundFilter (line 735) | @Test method testCql (line 754) | @Test method testViewParamWithNullHints (line 764) | @Test method testQueryViewParam (line 773) | @Test method testAggregationViewParam (line 782) | @Test method testUrlEncodedAggregationViewParam (line 791) | @Test method testUrlEncodedAggregationViewParamWithParseError (line 800) | @Test(expected=FilterToElasticException.class) method testAndQueryViewParam (line 807) | @Test method testNativeOnlyQueryViewParam (line 817) | @Test method testNativeQueryViewParamWithError (line 828) | @Test(expected=FilterToElasticException.class) method testTemporalStringLiteral (line 837) | @Test method testNestedTemporalStringLiteral (line 848) | @Test method testTemporalInstantLiteralDefaultFormat (line 861) | @Test method testTemporalInstanceLiteralExplicitFormat (line 876) | @Test method testTemporalInstanceLiteralBasicDateTimeFormat (line 892) | @Test method testAfterFilter (line 908) | @Test method testAfterFilterSwapped (line 923) | @Test method testAfterFilterPeriod (line 938) | @Test method testAfterFilterPeriodSwapped (line 954) | @Test method testBeforeFilter (line 970) | @Test method testBeforeFilterPeriod (line 983) | @Test method testBeforeFilterPeriodSwapped (line 1000) | @Test method testBegins (line 1017) | @Test method testBeginsWithMissingPeriod (line 1034) | @Test(expected=IllegalArgumentException.class) method testBeginsWithSwap (line 1041) | @Test(expected=IllegalArgumentException.class) method testBegunBy (line 1054) | @Test method testDuring (line 1071) | @Test method testEnds (line 1088) | @Test method testEndedBy (line 1105) | @Test method testEndedByWithoutSwap (line 1122) | @Test(expected=IllegalArgumentException.class) method testTContains (line 1139) | @Test method testTEqualsFilter (line 1156) | @Test method testTEqualsWithPeriod (line 1169) | @Test(expected=IllegalArgumentException.class) method testPropertyNameWithExtraData (line 1182) | @Test method testUnsupportedBinaryExpression (line 1188) | @Test(expected=UnsupportedOperationException.class) method testUnsupportedPropertyIsNill (line 1193) | @Test(expected=UnsupportedOperationException.class) method testUnsupportedBinaryComparisonOperatorWithBinaryExpression (line 1198) | @Test(expected=UnsupportedOperationException.class) method testUnsupportedBinaryTemporalOperator (line 1203) | @Test(expected=UnsupportedOperationException.class) method testUnsupportedAdd (line 1208) | @Test(expected=UnsupportedOperationException.class) method testUnsupportedSubtract (line 1213) | @Test(expected=UnsupportedOperationException.class) method testUnsupportedMult (line 1218) | @Test(expected=UnsupportedOperationException.class) method testUnsupportedDivide (line 1223) | @Test(expected=UnsupportedOperationException.class) method testUnsupportedFunction (line 1228) | @Test(expected=UnsupportedOperationException.class) method testUnsupportedLiteralTimePeriod (line 1233) | @Test(expected=UnsupportedOperationException.class) FILE: gt-elasticsearch/src/test/java/mil/nga/giat/data/elasticsearch/ElasticGeometryFilterIT.java class ElasticGeometryFilterIT (line 50) | public class ElasticGeometryFilterIT extends ElasticTestSupport { method testBBOXFilter (line 52) | @Test method testWithinPolygonFilter (line 61) | @Test method testBBOXAndEqualsFilter (line 73) | @Test method testCrossesFilter (line 85) | @Test method testNotCrossesFilter (line 100) | @Test method testEqualFilter (line 112) | @Test method testDisjointFilter (line 127) | @Test method testTouchesFilter (line 144) | @Test method testWithinFilter (line 159) | @Test method testOverlapsFilter (line 174) | @Test method testIntersectsFilter (line 190) | @Test method testContainsFilter (line 205) | @Test method testDWithinFilter (line 220) | @Test method testBeyondFilter (line 237) | @Test method testAlternateGeometry (line 249) | @Test method testOgrStyleGeoPoint (line 266) | @Test method testGeoPointAsArray (line 283) | @Test method testBBOXCoveringDateline (line 304) | @Test method testBBOXBeyondDateline (line 313) | @Test method testGeoShapeAsWkt (line 322) | @Test FILE: gt-elasticsearch/src/test/java/mil/nga/giat/data/elasticsearch/ElasticParserUtilTest.java class ElasticParserUtilTest (line 35) | @SuppressWarnings({"rawtypes", "unchecked"}) method setUp (line 48) | @Before method testParseGeoPointPatternForNegatives (line 57) | @Test method testGeoPointPatternForFractions (line 66) | @Test method testGeoPointPatternForWholeValues (line 75) | @Test method testGeoPointPatternWithSpace (line 81) | @Test method testGeoPointAsDoubleProperties (line 87) | @Test method testGeoPointAsIntegerProperties (line 97) | @Test method testGeoPointAsStringProperties (line 107) | @Test method testGeoPointAsInvalidProperties (line 117) | @Test method testGeoPointAsUnrecognizedProperties (line 125) | @Test method testGeoPointAsStringArray (line 135) | @Test method testGeoPointAsInvalidArray (line 143) | @Test method testGeoPointAsDoubleArray (line 149) | @Test method testGeoHash (line 157) | @Test method testInvalidStringGeometry (line 167) | @Test method testGeoShapePoint (line 176) | @Test method testGeoShapePointString (line 182) | @Test method testGeoShapePointWkt (line 194) | @Test method testGeoShapeLineString (line 200) | @Test method testGeoShapeLineStringWkt (line 206) | @Test method testGeoShapePolygon (line 212) | @Test method testGeoShapeCircle (line 218) | @Test method testGeoShapeCircleWithMissingCenter (line 232) | @Test method testGeoShapeCircleWithInvalidRadii (line 242) | @Test method testGeoShapeCircleWithSmallRadii (line 256) | @Test method testGeoShapeCircleWithMissingRadii (line 270) | @Test method testGeoShapePolygonWkt (line 283) | @Test method testGeoShapeMultiPoint (line 289) | @Test method testGeoShapeMultiPointWkt (line 295) | @Test method testGeoShapeMultiLineString (line 301) | @Test method testGeoShapeMultiLineStringWkt (line 307) | @Test method testGeoShapeMultiPolygon (line 313) | @Test method testGeoShapeMultiPolygonWkt (line 319) | @Test method testGeoShapeGeometryCollection (line 325) | @Test method testGeoShapeGeometryCollectionWkt (line 332) | @Test method testGeoShapeEnvelope (line 339) | @Test method testUnrecognizedGeometry (line 346) | @Test method testReadStringField (line 352) | @Test method testReadNumericField (line 360) | @Test method testReadStringFieldWithConfuser (line 368) | @Test method testReadInnerString (line 380) | @Test method testReadInnerStringArray (line 389) | @Test method testReadStringFromObjectArray (line 399) | @Test method testReadStringFromObjectArrayOnceRemoved (line 412) | @Test method testReadMapField (line 427) | @Test method testConvertToMeters (line 438) | @Test method testAttributesContainingDots (line 481) | @Test method testGeoJSONAttributesContainingDots (line 492) | @Test FILE: gt-elasticsearch/src/test/java/mil/nga/giat/data/elasticsearch/ElasticResponseTest.java class ElasticResponseTest (line 18) | public class ElasticResponseTest { method setup (line 22) | @Before method testDefaults (line 27) | @Test method testTotalHits (line 35) | @Test method testNullMaxScore (line 41) | @Test method testMaxScore (line 47) | @Test method testScroll (line 53) | @Test method getNumHits (line 59) | @Test method testHitId (line 65) | @Test method testHitIndex (line 73) | @Test method testHitType (line 80) | @Test method testHitScore (line 87) | @Test method testHitFields (line 94) | @Test method testHitSource (line 106) | @Test method testAggregations (line 115) | @Test method testMissingAggregation (line 127) | @Test method testToString (line 133) | @Test FILE: gt-elasticsearch/src/test/java/mil/nga/giat/data/elasticsearch/ElasticTemporalFilterIT.java class ElasticTemporalFilterIT (line 31) | public class ElasticTemporalFilterIT extends ElasticTestSupport { method testLessDateFilterLong (line 33) | @Test method testGreaterDateFilterLong (line 52) | @Test method testCompareDateFilter (line 70) | @Test method testAfterFilter (line 97) | @Test method testAfterInterval (line 107) | @Test method testBeforeFilter (line 117) | @Test method testBeforeInterval (line 127) | @Test method testBegins (line 137) | @Test method testBegunBy (line 147) | @Test method testEnds (line 157) | @Test method testEndedBy (line 167) | @Test method testDuring (line 177) | @Test method testTContains (line 187) | @Test method testTEquals (line 197) | @Test FILE: gt-elasticsearch/src/test/java/mil/nga/giat/data/elasticsearch/ElasticTestSupport.java class ElasticTestSupport (line 52) | class ElasticTestSupport { method beforeTest (line 92) | @Before method afterTest (line 102) | @After method createIndices (line 109) | private void createIndices() throws IOException { method indexDocuments (line 143) | private void indexDocuments(String status) throws IOException { method createConnectionParams (line 173) | Map createConnectionParams() { method init (line 183) | void init() throws Exception { method init (line 188) | void init(String layerName) throws Exception { method init (line 192) | void init(String status, String geometryField) throws Exception { method performRequest (line 213) | private void performRequest(String method, String endpoint, Map readFeatures(SimpleFeatureIterator iterator) { FILE: gt-elasticsearch/src/test/java/mil/nga/giat/data/elasticsearch/ElasticViewParametersFilterIT.java class ElasticViewParametersFilterIT (line 37) | public class ElasticViewParametersFilterIT extends ElasticTestSupport { method testNativeTermQuery (line 41) | @Test method testEncodedNativeTermQuery (line 60) | @Test method testNativeBooleanQuery (line 79) | @Test method testNativeAggregation (line 102) | @Test FILE: gt-elasticsearch/src/test/java/mil/nga/giat/data/elasticsearch/GeohashUtilTest.java class GeohashUtilTest (line 14) | public class GeohashUtilTest { method testComputePrecision (line 16) | @Test method doNotUpdatePrecisionIfAlreadyDefined (line 33) | @Test method updatePrecisionIfNotDefined (line 44) | @Test FILE: gt-elasticsearch/src/test/java/mil/nga/giat/data/elasticsearch/RandomGeometryBuilder.java class RandomGeometryBuilder (line 32) | class RandomGeometryBuilder { method RandomGeometryBuilder (line 48) | public RandomGeometryBuilder() { method createRandomPoint (line 58) | public Point createRandomPoint() { method createRandomLineString (line 62) | public LineString createRandomLineString() { method createRandomPolygon (line 70) | public Polygon createRandomPolygon() { method createRandomMultiPoint (line 79) | public MultiPoint createRandomMultiPoint() { method createRandomMultiLineString (line 87) | public MultiLineString createRandomMultiLineString() { method createRandomMultiPolygon (line 95) | public MultiPolygon createRandomMultiPolygon() { method createRandomGeometryCollection (line 103) | public GeometryCollection createRandomGeometryCollection() { method createRandomEnvelope (line 120) | public Envelope createRandomEnvelope() { method createRandomCoord (line 129) | private Coordinate createRandomCoord() { method createRandomCoord (line 133) | private Coordinate createRandomCoord(int minx, int miny) { method toMap (line 142) | public Map toMap(Geometry geometry) throws IOException { method toWkt (line 147) | public String toWkt(Geometry geometry) { method toMap (line 151) | public Map toMap(Envelope envelope) { method setNumGeometries (line 161) | public void setNumGeometries(int numGeometries) { FILE: gt-elasticsearch/src/test/java/mil/nga/giat/data/elasticsearch/RestElasticClientTest.java class RestElasticClientTest (line 42) | public class RestElasticClientTest { method setup (line 62) | @Before method testVersion (line 94) | @Test method testVersionWithInvalidFormat (line 101) | @Test method testVersionWithError (line 108) | @Test method testGetTypes (line 120) | @Test method testLegacyGetTypes (line 132) | @Test method testGetMapping (line 146) | @Test method testLegacyGetMapping (line 158) | @Test method testGetMappingWithMissingIndexAndNoAlias (line 171) | @Test method testGetMappingMissing (line 184) | @Test method testGetMappingWithExtra (line 195) | @Test method testGetMappingNotFound (line 207) | @Test method testGetMappingWithError (line 217) | @Test(expected=ResponseException.class) method testSearchSize (line 227) | @Test method testLegacySearch (line 237) | @Test method testSearchSizeWithProxyClient (line 248) | @Test method testSearchFrom (line 259) | @Test method testSearchFromWithProxyClient (line 269) | @Test method testSearchScroll (line 280) | @Test method testSearchScrollWithProxyClient (line 290) | @Test method testSearchSourceFiltering (line 301) | @Test method testSearchSourceFilteringWithProxyClient (line 311) | @Test method testSearchSourceFiltering2 (line 322) | @Test method testSearchSourceFilteringWithProxyClient2 (line 334) | @Test method testSearchStoredFields (line 346) | @Test method testSearchStoredFieldsWithProxyClient (line 358) | @Test method testSearchSort (line 371) | @Test method testSearchSortWithProxyClient (line 382) | @Test method testSearchSort2 (line 393) | @Test method testSearchSortWithProxyClient2 (line 405) | @Test method testSearchResponse (line 417) | @Test method testSearchResponseWithProxyClient (line 431) | @Test method testQuery (line 446) | @Test method testLegacyQuery (line 458) | @Test method testQueryWithProxyClient (line 471) | @Test method testLegacyQueryWithProxyClient (line 483) | @Test method testAggregation (line 496) | @Test method testLegacyAggregation (line 508) | @Test method testAggregationWithProxyClient (line 521) | @Test method testBadStatus (line 534) | @Test(expected=IOException.class) method testNextScroll (line 542) | @Test method testNextScrollWithProxyClient (line 551) | @Test method testClearScroll (line 560) | @Test method testClearScrollWithProxyClient (line 569) | @Test method testClose (line 578) | @Test method testCloseWithProxyClient (line 584) | @Test method testRemoveMapping (line 591) | @Test method testMissingAuth (line 620) | @Test(expected=IllegalStateException.class) method testUnauthenticated (line 626) | @Test(expected=IllegalStateException.class) method mockVersion (line 632) | private void mockVersion(String version) throws IOException { method createMap (line 648) | private Map createMap(Object... params) { class RunAsHeaderMatcher (line 656) | class RunAsHeaderMatcher implements ArgumentMatcher { method RunAsHeaderMatcher (line 662) | RunAsHeaderMatcher(String runAsUser) { method matches (line 666) | @Override class JsonByteArrayEntityMatcher (line 673) | class JsonByteArrayEntityMatcher implements ArgumentMatcher { method RequestMatcher (line 705) | RequestMatcher(String endpoint, String data) throws IOException { method RequestMatcher (line 709) | RequestMatcher(String method, String endpoint, String data, String u... method matches (line 716) | @Override FILE: joda-shaded/src/main/java/org/elasticsearch/common/Strings.java class Strings (line 25) | public class Strings { method hasLength (line 27) | public static boolean hasLength(String input) { method delimitedListToStringArray (line 31) | public static String[] delimitedListToStringArray(String input, String...