Index

C D E G H I K L M O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

C

ContainController - Interface in de.dlr.proseo.geotools.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
ContainControllerDecorator - Class in de.dlr.proseo.geotools.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
ContainControllerDecorator() - Constructor for class de.dlr.proseo.geotools.rest.ContainControllerDecorator
 
ContainControllerImpl - Class in de.dlr.proseo.geotools.rest
Controller to handle the contains request, which checks whether a specified polygon is contained in selected or all regions from application.yml.
ContainControllerImpl() - Constructor for class de.dlr.proseo.geotools.rest.ContainControllerImpl
 
contains(String[], String[]) - Method in interface de.dlr.proseo.geotools.rest.ContainController
Tests whether the polygon is completly contained in any region of type(s)
contains(String[], String[]) - Method in class de.dlr.proseo.geotools.rest.ContainControllerDecorator
Tests whether the polygon is completly contained in any region of type(s)
contains(String[], String[]) - Method in class de.dlr.proseo.geotools.rest.ContainControllerImpl
Checks whether an area, i.e. the Polygon defined by the array poly is contained in at least one of the provided regions.
containspoly(String[], RestPolygon) - Method in interface de.dlr.proseo.geotools.rest.ContainController
Tests whether the polygon is completly contained in any region of type(s)
containspoly(String[], RestPolygon) - Method in class de.dlr.proseo.geotools.rest.ContainControllerDecorator
Tests whether the polygon is completly contained in any region of type(s)
containspoly(String[], RestPolygon) - Method in class de.dlr.proseo.geotools.rest.ContainControllerImpl
Checks whether an area defined by a RestPolygin is contained in at least one of the provided regions.

D

de.dlr.proseo.geotools - package de.dlr.proseo.geotools
Top-level classes for the prosEO geotools component, which checks whether or an area given in form of a polygon is contained in or overlaps one or more regions provided in application.yml.
de.dlr.proseo.geotools.rest - package de.dlr.proseo.geotools.rest
 
de.dlr.proseo.geotools.rest.model - package de.dlr.proseo.geotools.rest.model
 

E

equals(Object) - Method in class de.dlr.proseo.geotools.rest.model.RestPoint
 
equals(Object) - Method in class de.dlr.proseo.geotools.rest.model.RestPolygon
 

G

GEOJSON - Enum constant in enum class de.dlr.proseo.geotools.rest.ShpFile.GeoFileType
GeoJSON (.geojson) format.
GeotoolsApplication - Class in de.dlr.proseo.geotools
prosEO Geotools application for geographic operations (intersection/containment of footprints with named geographical areas)
GeotoolsApplication() - Constructor for class de.dlr.proseo.geotools.GeotoolsApplication
 
geotoolsConfig - Variable in class de.dlr.proseo.geotools.rest.GeotoolsUtil
Geotools configuration
GeotoolsConfiguration - Class in de.dlr.proseo.geotools
Configuration class for the prosEO Geotools service component
GeotoolsConfiguration() - Constructor for class de.dlr.proseo.geotools.GeotoolsConfiguration
 
GeotoolsConfiguration.Shapefile - Class in de.dlr.proseo.geotools
Representation shape file with all attributes needed in this context
GeotoolsUtil - Class in de.dlr.proseo.geotools.rest
A utility class for working with geospatial data.
GeotoolsUtil() - Constructor for class de.dlr.proseo.geotools.rest.GeotoolsUtil
 
getFilename() - Method in class de.dlr.proseo.geotools.rest.ShpFile
 
getFilter() - Method in class de.dlr.proseo.geotools.rest.ShpFile
 
getGeometry() - Method in class de.dlr.proseo.geotools.rest.ShpFile
 
getInfo() - Method in class de.dlr.proseo.geotools.rest.GeotoolsUtil
Retrieves information about the loaded shapes
getInfo() - Method in interface de.dlr.proseo.geotools.rest.InfoController
Get information about known region types
getInfo() - Method in class de.dlr.proseo.geotools.rest.InfoControllerDecorator
Get information about known region types
getInfo() - Method in class de.dlr.proseo.geotools.rest.InfoControllerImpl
Return information on the known regions.
getLat() - Method in class de.dlr.proseo.geotools.rest.model.RestPoint
Returns the lat.
getLon() - Method in class de.dlr.proseo.geotools.rest.model.RestPoint
Returns the lon.
getPath() - Method in class de.dlr.proseo.geotools.GeotoolsConfiguration.Shapefile
 
getPoints() - Method in class de.dlr.proseo.geotools.rest.model.RestPolygon
Returns the points.
getShapefiles() - Method in class de.dlr.proseo.geotools.GeotoolsConfiguration
 
getShapeType() - Method in class de.dlr.proseo.geotools.GeotoolsConfiguration.Shapefile
 
getSource() - Method in class de.dlr.proseo.geotools.rest.ShpFile
 
getType() - Method in class de.dlr.proseo.geotools.GeotoolsConfiguration.Shapefile
 
getType() - Method in class de.dlr.proseo.geotools.rest.ShpFile
 

H

hashCode() - Method in class de.dlr.proseo.geotools.rest.model.RestPoint
 
hashCode() - Method in class de.dlr.proseo.geotools.rest.model.RestPolygon
 

I

InfoController - Interface in de.dlr.proseo.geotools.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
InfoControllerDecorator - Class in de.dlr.proseo.geotools.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
InfoControllerDecorator() - Constructor for class de.dlr.proseo.geotools.rest.InfoControllerDecorator
 
InfoControllerImpl - Class in de.dlr.proseo.geotools.rest
Controller to handle the request for information on the regions provided in application.yml.
InfoControllerImpl() - Constructor for class de.dlr.proseo.geotools.rest.InfoControllerImpl
 
isPointInside(Double, Double, ShpFile) - Method in class de.dlr.proseo.geotools.rest.GeotoolsUtil
Checks whether the geographical point defined by latitude and longitude is contained in the region described by the provided shpFile
isPointInside(Double, Double, String[]) - Method in class de.dlr.proseo.geotools.rest.GeotoolsUtil
Checks whether the geographical point defined by latitude and longitude is inside of at least one of the provided regions
isPolyInside(RestPolygon, String[]) - Method in class de.dlr.proseo.geotools.rest.GeotoolsUtil
Checks whether the geographical area defined by the RestPolygon is contained in one or more of the region types.
isPolyOverlap(RestPolygon, String[]) - Method in class de.dlr.proseo.geotools.rest.GeotoolsUtil
Check whether the geographical area defined by the RestPolygon overlaps one or more of the region types.

K

KML - Enum constant in enum class de.dlr.proseo.geotools.rest.ShpFile.GeoFileType
Keyhole Markup Language (.kml) format.

L

lat - Variable in class de.dlr.proseo.geotools.rest.model.RestPoint
The latitude in double format
lon - Variable in class de.dlr.proseo.geotools.rest.model.RestPoint
The longitude in double format

M

main(String[]) - Static method in class de.dlr.proseo.geotools.GeotoolsApplication
The entry point of the application.

O

openFileAndCreate(String, ShpFile.GeoFileType) - Method in class de.dlr.proseo.geotools.rest.ShpFile
Open and initialize a shape file
OverlapController - Interface in de.dlr.proseo.geotools.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
OverlapControllerDecorator - Class in de.dlr.proseo.geotools.rest
No description (Generated with springmvc-raml-parser v.2.0.5)
OverlapControllerDecorator() - Constructor for class de.dlr.proseo.geotools.rest.OverlapControllerDecorator
 
OverlapControllerImpl - Class in de.dlr.proseo.geotools.rest
Controller to handle the overlap request, which checks whether a specified polygon overlaps selected or all regions from application.yml.
OverlapControllerImpl() - Constructor for class de.dlr.proseo.geotools.rest.OverlapControllerImpl
 
overlaps(String[], String[]) - Method in interface de.dlr.proseo.geotools.rest.OverlapController
Tests whether the polygon is overlaps any region of type(s)
overlaps(String[], String[]) - Method in class de.dlr.proseo.geotools.rest.OverlapControllerDecorator
Tests whether the polygon is overlaps any region of type(s)
overlaps(String[], String[]) - Method in class de.dlr.proseo.geotools.rest.OverlapControllerImpl
Checks whether an area, i.e. the Polygon defined by the array poly overlaps at least one of the provided regions.
overlapspoly(String[], RestPolygon) - Method in interface de.dlr.proseo.geotools.rest.OverlapController
Tests whether the polygon is overlaps any region of type(s)
overlapspoly(String[], RestPolygon) - Method in class de.dlr.proseo.geotools.rest.OverlapControllerDecorator
Tests whether the polygon is overlaps any region of type(s)
overlapspoly(String[], RestPolygon) - Method in class de.dlr.proseo.geotools.rest.OverlapControllerImpl
Checks whether an area defined by a RestPolygin overlaps at least one of the provided regions.

P

points - Variable in class de.dlr.proseo.geotools.rest.model.RestPolygon
The corner points (latitude/longitude pairs) defining the polygon

R

RestPoint - Class in de.dlr.proseo.geotools.rest.model
 
RestPoint() - Constructor for class de.dlr.proseo.geotools.rest.model.RestPoint
Creates a new RestPoint.
RestPoint(Double, Double) - Constructor for class de.dlr.proseo.geotools.rest.model.RestPoint
Creates a new RestPoint.
RestPolygon - Class in de.dlr.proseo.geotools.rest.model
 
RestPolygon() - Constructor for class de.dlr.proseo.geotools.rest.model.RestPolygon
Creates a new RestPolygon.
RestPolygon(List<RestPoint>) - Constructor for class de.dlr.proseo.geotools.rest.model.RestPolygon
Creates a new RestPolygon.

S

serialVersionUID - Static variable in class de.dlr.proseo.geotools.rest.model.RestPoint
 
serialVersionUID - Static variable in class de.dlr.proseo.geotools.rest.model.RestPolygon
 
setFilename(String) - Method in class de.dlr.proseo.geotools.rest.ShpFile
 
setFilter(FilterFactory2) - Method in class de.dlr.proseo.geotools.rest.ShpFile
 
setGeometry(GeometryFactory) - Method in class de.dlr.proseo.geotools.rest.ShpFile
 
setLat(Double) - Method in class de.dlr.proseo.geotools.rest.model.RestPoint
Set the lat.
setLon(Double) - Method in class de.dlr.proseo.geotools.rest.model.RestPoint
Set the lon.
setPath(String) - Method in class de.dlr.proseo.geotools.GeotoolsConfiguration.Shapefile
 
setPoints(List<RestPoint>) - Method in class de.dlr.proseo.geotools.rest.model.RestPolygon
Set the points.
setShapefiles(List<GeotoolsConfiguration.Shapefile>) - Method in class de.dlr.proseo.geotools.GeotoolsConfiguration
Set the shape files
setShapeType(String) - Method in class de.dlr.proseo.geotools.GeotoolsConfiguration.Shapefile
 
setSource(SimpleFeatureSource) - Method in class de.dlr.proseo.geotools.rest.ShpFile
 
setType(ShpFile.GeoFileType) - Method in class de.dlr.proseo.geotools.GeotoolsConfiguration.Shapefile
 
setType(ShpFile.GeoFileType) - Method in class de.dlr.proseo.geotools.rest.ShpFile
 
Shapefile() - Constructor for class de.dlr.proseo.geotools.GeotoolsConfiguration.Shapefile
 
SHP - Enum constant in enum class de.dlr.proseo.geotools.rest.ShpFile.GeoFileType
Shapefile (.shp) format.
ShpFile - Class in de.dlr.proseo.geotools.rest
Hold a shape file and initialized data like feature source, filter, geometry, ...
ShpFile() - Constructor for class de.dlr.proseo.geotools.rest.ShpFile
 
ShpFile.GeoFileType - Enum Class in de.dlr.proseo.geotools.rest
An enumeration of different types of geographic file formats, i.e.

T

toString() - Method in class de.dlr.proseo.geotools.rest.model.RestPoint
 
toString() - Method in class de.dlr.proseo.geotools.rest.model.RestPolygon
 

V

valueOf(String) - Static method in enum class de.dlr.proseo.geotools.rest.ShpFile.GeoFileType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class de.dlr.proseo.geotools.rest.ShpFile.GeoFileType
Returns an array containing the constants of this enum class, in the order they are declared.
C D E G H I K L M O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form