Showing preview only (6,675K chars total). Download the full file or copy to clipboard to get everything.
Repository: skarkkai/touch-mapper
Branch: master
Commit: 836abb95a35a
Files: 636
Total size: 6.2 MB
Directory structure:
gitextract_7zef6l42/
├── .github/
│ └── ISSUE_TEMPLATE/
│ ├── bug_report.yml
│ ├── config.yml
│ └── feature_request.yml
├── .gitignore
├── .idea/
│ ├── inspectionProfiles/
│ │ └── Project_Default.xml
│ ├── jsLibraryMappings.xml
│ ├── libraries/
│ │ ├── OSM2World.xml
│ │ ├── annotations_java8.xml
│ │ ├── com_google_code_findbugs_jsr305_3_0_2.xml
│ │ ├── commons_math3_3_0.xml
│ │ ├── commons_math3_3_01.xml
│ │ ├── configuration.xml
│ │ ├── configuration1.xml
│ │ ├── guava_20_0.xml
│ │ ├── guava_20_01.xml
│ │ ├── jackson.xml
│ │ ├── jackson1.xml
│ │ ├── javailp_1_2a.xml
│ │ ├── javailp_1_2a1.xml
│ │ ├── javaproj_1_0_6.xml
│ │ ├── javaproj_1_0_61.xml
│ │ ├── jewelcli_0_6.xml
│ │ ├── jewelcli_0_61.xml
│ │ ├── jogl.xml
│ │ ├── jogl1.xml
│ │ ├── jquery_2_1_4_min.xml
│ │ ├── jts.xml
│ │ ├── jts1.xml
│ │ ├── lpsolve55j.xml
│ │ ├── lpsolve55j1.xml
│ │ ├── osmosis.xml
│ │ ├── osmosis1.xml
│ │ ├── pngj_2_0_0.xml
│ │ ├── pngj_2_0_01.xml
│ │ ├── poly2tri_core_0_1_1_SNAPSHOT.xml
│ │ ├── poly2tri_core_0_1_1_SNAPSHOT1.xml
│ │ ├── slf4j.xml
│ │ ├── slf4j1.xml
│ │ ├── trove.xml
│ │ └── trove1.xml
│ ├── misc.xml
│ ├── modules.xml
│ ├── touch-mapper.iml
│ ├── vcs.xml
│ └── workspace.xml
├── .vscode/
│ └── settings.json
├── AGENTS.md
├── COPYING.txt
├── Makefile
├── OSM2World/
│ ├── .classpath
│ ├── .gitignore
│ ├── .project
│ ├── .vscode/
│ │ └── settings.json
│ ├── COPYING.txt
│ ├── OSM2World.iml
│ ├── build-adds/
│ │ ├── example_config.properties
│ │ ├── osm2world-windows.bat
│ │ └── osm2world.sh
│ ├── build.xml
│ ├── gpl.txt
│ ├── lgpl.txt
│ ├── lib/
│ │ ├── commons/
│ │ │ └── commons-math3-3.0.jar
│ │ ├── configuration/
│ │ │ ├── LICENSE.txt
│ │ │ ├── commons-collections-3.2.1.jar
│ │ │ ├── commons-configuration-1.6.jar
│ │ │ ├── commons-lang-2.6.jar
│ │ │ └── commons-logging-1.1.1.jar
│ │ ├── guava/
│ │ │ ├── COPYING
│ │ │ └── guava-20.0.jar
│ │ ├── jackson/
│ │ │ ├── jackson-annotations-2.8.0.jar
│ │ │ ├── jackson-core-2.8.6.jar
│ │ │ └── jackson-databind-2.3.1.jar
│ │ ├── javailp/
│ │ │ └── javailp-1.2a.jar
│ │ ├── javaproj/
│ │ │ └── javaproj-1.0.6.jar
│ │ ├── jewelcli/
│ │ │ └── jewelcli-0.6.jar
│ │ ├── jogl/
│ │ │ ├── gluegen-rt-natives-linux-amd64.jar
│ │ │ ├── gluegen-rt-natives-linux-i586.jar
│ │ │ ├── gluegen-rt-natives-macosx-universal.jar
│ │ │ ├── gluegen-rt-natives-windows-amd64.jar
│ │ │ ├── gluegen-rt-natives-windows-i586.jar
│ │ │ ├── gluegen-rt.jar
│ │ │ ├── jogl-all-natives-linux-amd64.jar
│ │ │ ├── jogl-all-natives-linux-i586.jar
│ │ │ ├── jogl-all-natives-macosx-universal.jar
│ │ │ ├── jogl-all-natives-windows-amd64.jar
│ │ │ ├── jogl-all-natives-windows-i586.jar
│ │ │ ├── jogl-all.jar
│ │ │ └── jogl.LICENSE.txt
│ │ ├── jsr305-3.0.2.jar
│ │ ├── jts/
│ │ │ ├── LICENSE.txt
│ │ │ └── jts-1.11.jar
│ │ ├── lp_solve/
│ │ │ ├── LGPL
│ │ │ ├── README.html
│ │ │ ├── lpsolve55j.jar
│ │ │ ├── ux32/
│ │ │ │ ├── liblpsolve55.a
│ │ │ │ └── lp_solve
│ │ │ └── ux64/
│ │ │ ├── liblpsolve55.a
│ │ │ └── lp_solve
│ │ ├── osmosis/
│ │ │ ├── commons-compress-1.2.jar
│ │ │ ├── copying.txt
│ │ │ ├── osmosis-core-0.41.jar
│ │ │ ├── osmosis-pbf-0.41.jar
│ │ │ ├── osmosis-xml-0.41.jar
│ │ │ ├── osmpbf-1.1.1-754a33af.jar
│ │ │ ├── protobuf-java-2.4.1.jar
│ │ │ └── xercesImpl-2.9.1.jar
│ │ ├── pngj/
│ │ │ └── pngj-2.0.0.jar
│ │ ├── poly2tri/
│ │ │ ├── LICENSE.txt
│ │ │ └── poly2tri-core-0.1.1-SNAPSHOT.jar
│ │ ├── slf4j/
│ │ │ ├── LICENSE.txt
│ │ │ ├── slf4j-api-1.7.5.jar
│ │ │ └── slf4j-simple-1.7.5.jar
│ │ └── trove/
│ │ ├── AUTHORS.txt
│ │ ├── LICENSE.txt
│ │ ├── README-license.txt
│ │ ├── README.txt
│ │ ├── trove-111118193120.jar
│ │ └── trove-3.0.1-src.jar
│ ├── osm2world-rel20160312-to-bdb0c396e899ee9.patch
│ ├── resources/
│ │ ├── osm2world_definitions.inc
│ │ └── shaders/
│ │ ├── background.fragment
│ │ ├── background.vertex
│ │ ├── default.fragment
│ │ ├── default.vertex
│ │ ├── nonarea.fragment
│ │ ├── nonarea.vertex
│ │ ├── shadowmap.fragment
│ │ ├── shadowmap.vertex
│ │ ├── shadowvolume.fragment
│ │ └── shadowvolume.vertex
│ ├── src/
│ │ └── org/
│ │ ├── openstreetmap/
│ │ │ └── josm/
│ │ │ └── plugins/
│ │ │ └── graphview/
│ │ │ └── core/
│ │ │ ├── data/
│ │ │ │ ├── DataSource.java
│ │ │ │ ├── DataSourceObserver.java
│ │ │ │ ├── EmptyTagGroup.java
│ │ │ │ ├── MapBasedTagGroup.java
│ │ │ │ ├── Tag.java
│ │ │ │ ├── TagGroup.java
│ │ │ │ └── osmosis/
│ │ │ │ └── OSMFileDataSource.java
│ │ │ └── util/
│ │ │ └── ValueStringParser.java
│ │ └── osm2world/
│ │ ├── console/
│ │ │ ├── CLIArguments.java
│ │ │ ├── CLIArgumentsGroup.java
│ │ │ ├── CLIArgumentsUtil.java
│ │ │ ├── ImageExporter.java
│ │ │ ├── LatLonEle.java
│ │ │ ├── OSM2World.java
│ │ │ ├── Output.java
│ │ │ ├── Resolution.java
│ │ │ ├── package-info.java
│ │ │ └── package.html
│ │ ├── core/
│ │ │ ├── ConversionFacade.java
│ │ │ ├── GlobalValues.java
│ │ │ ├── heightmap/
│ │ │ │ ├── creation/
│ │ │ │ │ ├── EmptyTerrainElevationGrid.java
│ │ │ │ │ ├── FlatTerrainElevation.java
│ │ │ │ │ └── WaveTerrainElevation.java
│ │ │ │ ├── data/
│ │ │ │ │ ├── AbstractCellularTerrainElevation.java
│ │ │ │ │ ├── CellularTerrainElevation.java
│ │ │ │ │ ├── TerrainElevation.java
│ │ │ │ │ ├── TerrainElevationCell.java
│ │ │ │ │ └── TerrainPoint.java
│ │ │ │ └── package.html
│ │ │ ├── map_data/
│ │ │ │ ├── creation/
│ │ │ │ │ ├── EmptyTerrainBuilder.java
│ │ │ │ │ ├── LatLon.java
│ │ │ │ │ ├── MapProjection.java
│ │ │ │ │ ├── MercatorProjection.java
│ │ │ │ │ ├── MetricMapProjection.java
│ │ │ │ │ ├── MultipolygonAreaBuilder.java
│ │ │ │ │ ├── OSMToMapDataConverter.java
│ │ │ │ │ ├── OriginMapProjection.java
│ │ │ │ │ ├── OrthographicAzimuthalMapProjection.java
│ │ │ │ │ └── index/
│ │ │ │ │ ├── Map2dTree.java
│ │ │ │ │ ├── MapDataIndex.java
│ │ │ │ │ ├── MapIntersectionGrid.java
│ │ │ │ │ └── MapQuadtree.java
│ │ │ │ ├── data/
│ │ │ │ │ ├── MapArea.java
│ │ │ │ │ ├── MapAreaSegment.java
│ │ │ │ │ ├── MapData.java
│ │ │ │ │ ├── MapElement.java
│ │ │ │ │ ├── MapNode.java
│ │ │ │ │ ├── MapSegment.java
│ │ │ │ │ ├── MapWaySegment.java
│ │ │ │ │ └── overlaps/
│ │ │ │ │ ├── MapIntersectionWW.java
│ │ │ │ │ ├── MapOverlap.java
│ │ │ │ │ ├── MapOverlapAA.java
│ │ │ │ │ ├── MapOverlapNA.java
│ │ │ │ │ ├── MapOverlapType.java
│ │ │ │ │ └── MapOverlapWA.java
│ │ │ │ ├── object_info/
│ │ │ │ │ ├── AddressGatherer.java
│ │ │ │ │ ├── BaseObject.java
│ │ │ │ │ ├── MapMetaWriter.java
│ │ │ │ │ ├── ObjectInfoManager.java
│ │ │ │ │ ├── ObjectType.java
│ │ │ │ │ ├── PoiObject.java
│ │ │ │ │ ├── Point.java
│ │ │ │ │ ├── TouchMapperCategory.java
│ │ │ │ │ └── WayObject.java
│ │ │ │ └── package.html
│ │ │ ├── map_elevation/
│ │ │ │ ├── creation/
│ │ │ │ │ ├── BridgeTunnelElevationCalculator.java
│ │ │ │ │ ├── DelaunayTriangulation.java
│ │ │ │ │ ├── EleConstraintEnforcer.java
│ │ │ │ │ ├── EleConstraintValidator.java
│ │ │ │ │ ├── EleTagElevationCalculator.java
│ │ │ │ │ ├── ElevationCalculator.java
│ │ │ │ │ ├── InverseDistanceWeightingInterpolator.java
│ │ │ │ │ ├── LPEleConstraintEnforcer.java
│ │ │ │ │ ├── LeastSquaresInterpolator.java
│ │ │ │ │ ├── LevelTagElevationCalculator.java
│ │ │ │ │ ├── LinearInterpolator.java
│ │ │ │ │ ├── NNDebugViewer.java
│ │ │ │ │ ├── NaturalNeighborInterpolator.java
│ │ │ │ │ ├── NoneEleConstraintEnforcer.java
│ │ │ │ │ ├── SRTMData.java
│ │ │ │ │ ├── SRTMTile.java
│ │ │ │ │ ├── SimpleEleConstraintEnforcer.java
│ │ │ │ │ ├── TagElevationCalculator.java
│ │ │ │ │ ├── TerrainElevationData.java
│ │ │ │ │ ├── TerrainInterpolator.java
│ │ │ │ │ ├── ZeroElevationCalculator.java
│ │ │ │ │ └── ZeroInterpolator.java
│ │ │ │ ├── data/
│ │ │ │ │ ├── AreaElevationProfile.java
│ │ │ │ │ ├── EleConnector.java
│ │ │ │ │ ├── EleConnectorGroup.java
│ │ │ │ │ ├── ElevationProfile.java
│ │ │ │ │ ├── GroundState.java
│ │ │ │ │ ├── LPVariablePair.java
│ │ │ │ │ ├── NodeElevationProfile.java
│ │ │ │ │ └── WaySegmentElevationProfile.java
│ │ │ │ └── package.html
│ │ │ ├── math/
│ │ │ │ ├── AxisAlignedBoundingBoxXYZ.java
│ │ │ │ ├── AxisAlignedBoundingBoxXZ.java
│ │ │ │ ├── GeometryUtil.java
│ │ │ │ ├── InvalidGeometryException.java
│ │ │ │ ├── JTSConversionUtil.java
│ │ │ │ ├── LineSegmentXYZ.java
│ │ │ │ ├── LineSegmentXZ.java
│ │ │ │ ├── Poly2TriUtil.java
│ │ │ │ ├── PolygonWithHolesXZ.java
│ │ │ │ ├── PolygonXYZ.java
│ │ │ │ ├── PolygonXZ.java
│ │ │ │ ├── SimplePolygonXZ.java
│ │ │ │ ├── TriangleXYZ.java
│ │ │ │ ├── TriangleXYZWithNormals.java
│ │ │ │ ├── TriangleXZ.java
│ │ │ │ ├── Vector3D.java
│ │ │ │ ├── Vector4D.java
│ │ │ │ ├── VectorGridXZ.java
│ │ │ │ ├── VectorXYZ.java
│ │ │ │ ├── VectorXYZW.java
│ │ │ │ ├── VectorXZ.java
│ │ │ │ ├── algorithms/
│ │ │ │ │ ├── CAGUtil.java
│ │ │ │ │ ├── EarClippingTriangulationUtil.java
│ │ │ │ │ ├── JTSTriangulationUtil.java
│ │ │ │ │ ├── NormalCalculationUtil.java
│ │ │ │ │ ├── Poly2TriTriangulationUtil.java
│ │ │ │ │ ├── TriangulationInputSanitizer.java
│ │ │ │ │ └── TriangulationUtil.java
│ │ │ │ ├── datastructures/
│ │ │ │ │ ├── IntersectionGrid.java
│ │ │ │ │ └── IntersectionTestObject.java
│ │ │ │ └── package.html
│ │ │ ├── osm/
│ │ │ │ ├── creation/
│ │ │ │ │ ├── JOSMFileHack.java
│ │ │ │ │ ├── OSMDataReader.java
│ │ │ │ │ └── OsmosisReader.java
│ │ │ │ ├── data/
│ │ │ │ │ ├── OSMData.java
│ │ │ │ │ ├── OSMElement.java
│ │ │ │ │ ├── OSMMember.java
│ │ │ │ │ ├── OSMNode.java
│ │ │ │ │ ├── OSMRelation.java
│ │ │ │ │ └── OSMWay.java
│ │ │ │ ├── package.html
│ │ │ │ └── ruleset/
│ │ │ │ ├── HardcodedRuleset.java
│ │ │ │ └── Ruleset.java
│ │ │ ├── target/
│ │ │ │ ├── Renderable.java
│ │ │ │ ├── RenderableToAllTargets.java
│ │ │ │ ├── Target.java
│ │ │ │ ├── TargetUtil.java
│ │ │ │ ├── common/
│ │ │ │ │ ├── AbstractTarget.java
│ │ │ │ │ ├── FaceTarget.java
│ │ │ │ │ ├── Primitive.java
│ │ │ │ │ ├── PrimitiveTarget.java
│ │ │ │ │ ├── RenderableToFaceTarget.java
│ │ │ │ │ ├── RenderableToPrimitiveTarget.java
│ │ │ │ │ ├── TextureData.java
│ │ │ │ │ ├── lighting/
│ │ │ │ │ │ └── GlobalLightingParameters.java
│ │ │ │ │ ├── material/
│ │ │ │ │ │ ├── ConfMaterial.java
│ │ │ │ │ │ ├── ImmutableMaterial.java
│ │ │ │ │ │ ├── Material.java
│ │ │ │ │ │ ├── Materials.java
│ │ │ │ │ │ ├── NamedTexCoordFunction.java
│ │ │ │ │ │ ├── TexCoordFunction.java
│ │ │ │ │ │ └── TexCoordUtil.java
│ │ │ │ │ └── rendering/
│ │ │ │ │ ├── Camera.java
│ │ │ │ │ ├── OrthoTilesUtil.java
│ │ │ │ │ ├── Projection.java
│ │ │ │ │ └── TileNumber.java
│ │ │ │ ├── jogl/
│ │ │ │ │ ├── AbstractJOGLTarget.java
│ │ │ │ │ ├── AbstractPrimitiveShader.java
│ │ │ │ │ ├── AbstractShader.java
│ │ │ │ │ ├── BackgroundShader.java
│ │ │ │ │ ├── DefaultShader.java
│ │ │ │ │ ├── DepthBufferShader.java
│ │ │ │ │ ├── JOGLRenderer.java
│ │ │ │ │ ├── JOGLRendererDisplayList.java
│ │ │ │ │ ├── JOGLRendererVBO.java
│ │ │ │ │ ├── JOGLRendererVBOFixedFunction.java
│ │ │ │ │ ├── JOGLRendererVBONonAreaShader.java
│ │ │ │ │ ├── JOGLRendererVBOShader.java
│ │ │ │ │ ├── JOGLRendererVBOShadowVolume.java
│ │ │ │ │ ├── JOGLRenderingParameters.java
│ │ │ │ │ ├── JOGLTarget.java
│ │ │ │ │ ├── JOGLTargetFixedFunction.java
│ │ │ │ │ ├── JOGLTargetShader.java
│ │ │ │ │ ├── JOGLTextureManager.java
│ │ │ │ │ ├── NonAreaPrimitive.java
│ │ │ │ │ ├── NonAreaShader.java
│ │ │ │ │ ├── PrimitiveBuffer.java
│ │ │ │ │ ├── RenderableToJOGL.java
│ │ │ │ │ ├── SSAOShader.java
│ │ │ │ │ ├── ShaderManager.java
│ │ │ │ │ ├── ShadowMapShader.java
│ │ │ │ │ ├── ShadowVolumeShader.java
│ │ │ │ │ ├── VBOData.java
│ │ │ │ │ ├── VBODataFixedFunction.java
│ │ │ │ │ ├── VBODataNonAreaShader.java
│ │ │ │ │ ├── VBODataShader.java
│ │ │ │ │ └── VBODataShadowVolume.java
│ │ │ │ ├── obj/
│ │ │ │ │ ├── ObjTarget.java
│ │ │ │ │ ├── ObjWriter.java
│ │ │ │ │ ├── RenderableToObj.java
│ │ │ │ │ └── package.html
│ │ │ │ ├── package.html
│ │ │ │ ├── povray/
│ │ │ │ │ ├── POVRayTarget.java
│ │ │ │ │ ├── POVRayWriter.java
│ │ │ │ │ ├── RenderableToPOVRay.java
│ │ │ │ │ └── package.html
│ │ │ │ └── statistics/
│ │ │ │ └── StatisticsTarget.java
│ │ │ ├── util/
│ │ │ │ ├── ConfigUtil.java
│ │ │ │ ├── FaultTolerantIterationUtil.java
│ │ │ │ ├── IgnoredExceptionLog.java
│ │ │ │ ├── MinMaxUtil.java
│ │ │ │ ├── Predicates.java
│ │ │ │ ├── TouchMapperProfile.java
│ │ │ │ ├── TriangulationConfig.java
│ │ │ │ ├── exception/
│ │ │ │ │ └── TriangulationException.java
│ │ │ │ ├── functions/
│ │ │ │ │ ├── DefaultFactory.java
│ │ │ │ │ └── Factory.java
│ │ │ │ └── package.html
│ │ │ └── world/
│ │ │ ├── creation/
│ │ │ │ ├── NetworkCalculator.java
│ │ │ │ ├── WorldCreator.java
│ │ │ │ └── WorldModule.java
│ │ │ ├── data/
│ │ │ │ ├── AbstractAreaWorldObject.java
│ │ │ │ ├── AreaWorldObject.java
│ │ │ │ ├── NoOutlineNodeWorldObject.java
│ │ │ │ ├── NoOutlineWaySegmentWorldObject.java
│ │ │ │ ├── NodeWorldObject.java
│ │ │ │ ├── OutlineNodeWorldObject.java
│ │ │ │ ├── TerrainBoundaryWorldObject.java
│ │ │ │ ├── WaySegmentWorldObject.java
│ │ │ │ ├── WorldObject.java
│ │ │ │ └── WorldObjectWithOutline.java
│ │ │ ├── modules/
│ │ │ │ ├── BarrierModule.java
│ │ │ │ ├── BridgeModule.java
│ │ │ │ ├── BuildingModule.java
│ │ │ │ ├── CliffModule.java
│ │ │ │ ├── GolfModule.java
│ │ │ │ ├── InvisibleModule.java
│ │ │ │ ├── ParkingModule.java
│ │ │ │ ├── PoolModule.java
│ │ │ │ ├── PowerModule.java
│ │ │ │ ├── RailwayModule.java
│ │ │ │ ├── RoadModule.java
│ │ │ │ ├── StreetFurnitureModule.java
│ │ │ │ ├── SurfaceAreaModule.java
│ │ │ │ ├── TrafficSignModule.java
│ │ │ │ ├── TreeModule.java
│ │ │ │ ├── TunnelModule.java
│ │ │ │ ├── WaterModule.java
│ │ │ │ └── common/
│ │ │ │ ├── AbstractModule.java
│ │ │ │ ├── BridgeOrTunnel.java
│ │ │ │ ├── ConfigurableWorldModule.java
│ │ │ │ ├── WorldModuleBillboardUtil.java
│ │ │ │ ├── WorldModuleGeometryUtil.java
│ │ │ │ └── WorldModuleParseUtil.java
│ │ │ ├── network/
│ │ │ │ ├── AbstractNetworkWaySegmentWorldObject.java
│ │ │ │ ├── JunctionNodeWorldObject.java
│ │ │ │ ├── NetworkAreaWorldObject.java
│ │ │ │ ├── NetworkWaySegmentWorldObject.java
│ │ │ │ ├── VisibleConnectorNodeWorldObject.java
│ │ │ │ └── package.html
│ │ │ └── package.html
│ │ └── viewer/
│ │ ├── Viewer.java
│ │ ├── control/
│ │ │ ├── actions/
│ │ │ │ ├── AboutAction.java
│ │ │ │ ├── AbstractExportAction.java
│ │ │ │ ├── ExitAction.java
│ │ │ │ ├── ExportObjAction.java
│ │ │ │ ├── ExportObjDirAction.java
│ │ │ │ ├── ExportPOVRayAction.java
│ │ │ │ ├── ExportScreenshotAction.java
│ │ │ │ ├── HelpControlsAction.java
│ │ │ │ ├── OpenOSMAction.java
│ │ │ │ ├── OrthoBoundsAction.java
│ │ │ │ ├── OrthoTileAction.java
│ │ │ │ ├── ReloadOSMAction.java
│ │ │ │ ├── ResetCameraAction.java
│ │ │ │ ├── SetCameraToCoordinateAction.java
│ │ │ │ ├── SetEleConstraintEnforcerAction.java
│ │ │ │ ├── SetTerrainInterpolatorAction.java
│ │ │ │ ├── ShowCameraConfigurationAction.java
│ │ │ │ ├── StatisticsAction.java
│ │ │ │ ├── ToggleBackfaceCullingAction.java
│ │ │ │ ├── ToggleDebugViewAction.java
│ │ │ │ ├── ToggleOrthographicProjectionAction.java
│ │ │ │ ├── ToggleTerrainAction.java
│ │ │ │ ├── ToggleWireframeAction.java
│ │ │ │ └── ToggleWorldObjectsAction.java
│ │ │ └── navigation/
│ │ │ └── DefaultNavigation.java
│ │ ├── model/
│ │ │ ├── Data.java
│ │ │ ├── Defaults.java
│ │ │ ├── MessageManager.java
│ │ │ └── RenderOptions.java
│ │ ├── package.html
│ │ └── view/
│ │ ├── FileDrop.java
│ │ ├── ProgressDialog.java
│ │ ├── RecentFilesUpdater.java
│ │ ├── StatisticsDialog.java
│ │ ├── TextRenderer.java
│ │ ├── TextRendererFixedFunction.java
│ │ ├── TextRendererShader.java
│ │ ├── ViewerFrame.java
│ │ ├── ViewerGLCanvas.java
│ │ └── debug/
│ │ ├── ClearingDebugView.java
│ │ ├── DebugView.java
│ │ ├── EleConnectorDebugView.java
│ │ ├── EleConstraintDebugView.java
│ │ ├── EleDebugView.java
│ │ ├── FaceDebugView.java
│ │ ├── HelpView.java
│ │ ├── InternalCoordsDebugView.java
│ │ ├── InverseDistanceWeightingInterpolatorDebugView.java
│ │ ├── LatLonDebugView.java
│ │ ├── LeastSquaresInterpolatorDebugView.java
│ │ ├── LinearInterpolatorDebugView.java
│ │ ├── Map2dTreeDebugView.java
│ │ ├── MapDataBoundsDebugView.java
│ │ ├── MapDataDebugView.java
│ │ ├── NaturalNeighborInterpolatorDebugView.java
│ │ ├── NetworkDebugView.java
│ │ ├── OrthoBoundsDebugView.java
│ │ ├── QuadtreeDebugView.java
│ │ ├── RoofDataDebugView.java
│ │ ├── ShadowView.java
│ │ ├── SkyboxView.java
│ │ ├── TerrainBoundaryAABBDebugView.java
│ │ ├── TerrainBoundaryDebugView.java
│ │ ├── TerrainInterpolatorDebugView.java
│ │ ├── WorldObjectNormalsDebugView.java
│ │ └── WorldObjectView.java
│ └── test/
│ ├── files/
│ │ ├── coastline_big_island.osm
│ │ ├── coastline_islands.osm
│ │ ├── coastline_islands_and_coast.osm
│ │ ├── coastline_multiple_coasts.osm
│ │ ├── mp_two_holes.osm
│ │ ├── mp_two_holes_advanced.osm
│ │ ├── mp_two_holes_advanced2.osm
│ │ ├── mp_two_holes_outer_tagged.osm
│ │ ├── mp_two_holes_touching_inners.osm
│ │ ├── sameCoordNodes.osm
│ │ ├── self_intersection.osm
│ │ └── validFile.osm
│ └── org/
│ ├── openstreetmap/
│ │ └── josm/
│ │ └── plugins/
│ │ └── graphview/
│ │ └── util/
│ │ └── ValueStringParserTest.java
│ └── osm2world/
│ ├── DelaunayTriangulationTest.java
│ └── core/
│ ├── map_data/
│ │ └── creation/
│ │ ├── OSMToMapDataConverterTest.java
│ │ └── OrthographicAzimuthalMapProjectionTest.java
│ ├── math/
│ │ ├── GeometryUtilTest.java
│ │ ├── PolygonXZTest.java
│ │ ├── SimplePolygonXZTest.java
│ │ ├── TriangleXYZTest.java
│ │ ├── TriangleXZTest.java
│ │ ├── VectorXYZTest.java
│ │ ├── VectorXZTest.java
│ │ └── algorithms/
│ │ ├── CAGUtilTest.java
│ │ ├── EarClippingTriangulationTest.java
│ │ ├── NormalCalculationUtilTest.java
│ │ ├── Poly2TriTriangulationUtilTest.java
│ │ └── TriangulationInputSanitizerTest.java
│ ├── osm/
│ │ └── creation/
│ │ └── OsmosisReaderTest.java
│ ├── target/
│ │ └── common/
│ │ └── FaceTargetTest.java
│ ├── test/
│ │ └── TestUtil.java
│ ├── util/
│ │ └── TriangulationConfigTest.java
│ └── world/
│ └── modules/
│ └── PowerModuleTest.java
├── README.md
├── TODO
├── agpl-3.0.txt
├── bin/
│ ├── monitor-converter.sh
│ ├── repro-until-failure.py
│ ├── summarize-monitor-log.py
│ └── tmpctl
├── converter/
│ ├── .gitignore
│ ├── clip-2d.js
│ ├── map_desc/
│ │ ├── __init__.py
│ │ ├── __main__.py
│ │ ├── areas_raster.py
│ │ ├── areas_raster_debug.py
│ │ ├── feature_semantics.py
│ │ ├── map-description-classifications.json
│ │ ├── map_desc_loc_segments.py
│ │ ├── map_desc_render.py
│ │ └── ways_clip.py
│ ├── obj-to-tactile.py
│ ├── osm-to-tactile.py
│ ├── poller.sh
│ ├── process-request.py
│ ├── prune-only-big-roads.js
│ ├── run-stats-quicktime-smoke.py
│ ├── stats_pipeline.py
│ ├── tactile_constants.py
│ ├── telemetry.py
│ └── upload-pending-stats.py
├── doc/
│ ├── application-stats-telemetry.md
│ ├── converter-pipeline-stages.md
│ ├── creating-new-server.doc
│ ├── deployed-map-inspection.md
│ ├── development-conventions.md
│ ├── development-setup.md
│ ├── map-content-verification.md
│ ├── map-description-introspection.md
│ ├── map-description-model-schema.md
│ ├── touch-mapper-en.txt
│ ├── touch-mapper-fi.txt
│ ├── ui-visual-baseline.md
│ └── way-area-extrusion-tiers.md
├── init.sh
├── install/
│ ├── .gitignore
│ ├── cloudformation-update.sh
│ ├── cloudformation.json
│ ├── ec2-init.sh
│ ├── ec2-restart-pollers.sh
│ ├── lambda-email-sending.py
│ ├── lambda-update.sh
│ ├── package.sh
│ ├── parameters.sh
│ ├── run-dev-converter.sh
│ ├── setup-ec2.sh
│ └── web-s3.sh
├── ol-custom.json
├── pyrightconfig.json
├── test/
│ ├── data/
│ │ ├── .gitignore
│ │ ├── map-content.json
│ │ ├── map-meta.indented.json
│ │ ├── map.obj
│ │ └── map.osm
│ ├── e2e/
│ │ ├── README.md
│ │ ├── run-touch-mapper-settings-regression.sh
│ │ └── touch-mapper-settings-regression.js
│ ├── map-content/
│ │ ├── .gitignore
│ │ ├── Makefile
│ │ ├── cache/
│ │ │ └── .gitignore
│ │ ├── check-railway-modes.js
│ │ ├── generate-map-content-from-osm.py
│ │ ├── inspect-map-description.js
│ │ ├── render-text-simulation.js
│ │ ├── run-tests.js
│ │ ├── test-map-content-suite.sh
│ │ └── tests.json
│ ├── osm-parser-compat/
│ │ ├── README.md
│ │ ├── compare-osm-parsers.js
│ │ ├── fixtures/
│ │ │ ├── edge-entities.osm
│ │ │ ├── edge-nested.osm
│ │ │ └── edge-self-closing.osm
│ │ └── package.json
│ └── run-osm2world-regression.sh
├── translation/
│ ├── spreadsheet-to-translations.py
│ ├── translations-de.xls
│ ├── translations-fi.xls
│ └── translations-to-spreadsheet.py
└── web/
├── .eslintrc
├── .gitignore
├── Makefile
├── build.js
├── create-env-js.sh
├── eslint.config.js
├── locales/
│ ├── de/
│ │ └── tm.json
│ ├── en/
│ │ └── tm.json
│ ├── es/
│ │ └── tm.json
│ ├── fi/
│ │ └── tm.json
│ └── nl/
│ └── tm.json
├── npm-shrinkwrap.json
├── package.json
├── pre-src/
│ ├── area.pre
│ ├── end.pre
│ ├── help.pre
│ ├── index.pre
│ ├── map.pre
│ └── start.pre
├── pre2src.py
├── src/
│ ├── .gitignore
│ ├── index.html
│ ├── scripts/
│ │ ├── area.js
│ │ ├── backbone-helpers.js
│ │ ├── email.js
│ │ ├── environment.js.dev
│ │ ├── environment.js.prod
│ │ ├── environment.js.test
│ │ ├── help.js
│ │ ├── index.js
│ │ ├── language.js
│ │ ├── map-calc.js
│ │ ├── map-creation.js
│ │ ├── map-desc-areas.js
│ │ ├── map-desc-pois.js
│ │ ├── map-desc-ways.js
│ │ ├── map-description.js
│ │ ├── map.js
│ │ ├── model-preview.js
│ │ ├── multipart-mode.js
│ │ ├── osm-preview.js
│ │ ├── util.js
│ │ └── vendor-other/
│ │ ├── three-STLLoader-20160122.js
│ │ ├── three-addons/
│ │ │ ├── controls/
│ │ │ │ └── OrbitControls.js
│ │ │ ├── loaders/
│ │ │ │ └── STLLoader.js
│ │ │ ├── math/
│ │ │ │ └── SimplexNoise.js
│ │ │ ├── postprocessing/
│ │ │ │ ├── EffectComposer.js
│ │ │ │ ├── MaskPass.js
│ │ │ │ ├── Pass.js
│ │ │ │ ├── RenderPass.js
│ │ │ │ └── ShaderPass.js
│ │ │ └── shaders/
│ │ │ └── CopyShader.js
│ │ ├── three-r182.core.js
│ │ └── three-r182.module.js
│ └── styles/
│ ├── area.less
│ ├── bottom.less
│ ├── common.less
│ ├── help.less
│ ├── index.less
│ ├── map.less
│ ├── reset.less
│ ├── top.less
│ └── variables.less
└── web.iml
================================================
FILE CONTENTS
================================================
================================================
FILE: .github/ISSUE_TEMPLATE/bug_report.yml
================================================
name: Bug report
description: Report a concrete problem in Touch Mapper
title: "[Bug]: "
labels: ["bug"]
assignees: []
body:
- type: markdown
attributes:
value: |
## Read before submitting
Use this form to report concrete, reproducible bugs in Touch Mapper. This is not a support or discussion channel.
If you are unsure whether something is a bug, or want to explore an idea, use Discussions instead.
- type: checkboxes
attributes:
label: Scope confirmation
options:
- label: >
I am reporting an actual malfunction or incorrect behavior in Touch Mapper
required: true
================================================
FILE: .github/ISSUE_TEMPLATE/config.yml
================================================
blank_issues_enabled: false
contact_links:
- name: Questions / discussions
url: https://github.com/skarkkai/touch-mapper/discussions
about: Use Discussions for questions or exploratory ideas
================================================
FILE: .github/ISSUE_TEMPLATE/feature_request.yml
================================================
name: Feature request
description: Suggest a feature for Touch Mapper
title: "[Feature]: "
labels: ["feature-request"]
assignees: []
body:
- type: markdown
attributes:
value: |
## Read before submitting
Touch Mapper is intentionally limited in scope. It exists solely to produce tactile maps for visually impaired users.
The primary design constraint is tactile clarity.
This requires flat maps, very simple geometry, and minimal detail. Features that primarily benefit
visualization, simulation, or gaming use cases are out of scope and will not be implemented.
- type: checkboxes
attributes:
label: Scope confirmation
options:
- label: >
I understand that Touch Mapper is focused on tactile maps for visually impaired users only.
required: true
================================================
FILE: .gitignore
================================================
*~
.*.swp
.~*#
__pycache__
/blender*
/runtime
/ol
.tmp/
================================================
FILE: .idea/inspectionProfiles/Project_Default.xml
================================================
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="JSCheckFunctionSignatures" enabled="true" level="WARNING" enabled_by_default="true">
<option name="myCheckGuessedTypes" value="true" />
</inspection_tool>
<inspection_tool class="JSValidateTypes" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>
================================================
FILE: .idea/jsLibraryMappings.xml
================================================
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptLibraryMappings">
<file url="PROJECT" libraries="{jquery-2.1.4.min}" />
</component>
</project>
================================================
FILE: .idea/libraries/OSM2World.xml
================================================
<component name="libraryTable">
<library name="OSM2World">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/build/OSM2World.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/annotations_java8.xml
================================================
<component name="libraryTable">
<library name="annotations-java8">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/redist/annotations-java8.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/com_google_code_findbugs_jsr305_3_0_2.xml
================================================
<component name="libraryTable">
<library name="com.google.code.findbugs:jsr305:3.0.2" type="repository">
<properties maven-id="com.google.code.findbugs:jsr305:3.0.2" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/commons_math3_3_0.xml
================================================
<component name="libraryTable">
<library name="commons-math3-3.0">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/commons/commons-math3-3.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/commons_math3_3_01.xml
================================================
<component name="libraryTable">
<library name="commons-math3-3.01">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/lib/commons/commons-math3-3.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/configuration.xml
================================================
<component name="libraryTable">
<library name="configuration">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/lib/configuration/commons-configuration-1.6.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/configuration/commons-lang-2.6.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/configuration/commons-collections-3.2.1.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/configuration/commons-logging-1.1.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/configuration1.xml
================================================
<component name="libraryTable">
<library name="configuration1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/configuration/commons-collections-3.2.1.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/configuration/commons-logging-1.1.1.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/configuration/commons-lang-2.6.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/configuration/commons-configuration-1.6.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/guava_20_0.xml
================================================
<component name="libraryTable">
<library name="guava-20.0">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/guava/guava-20.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/guava_20_01.xml
================================================
<component name="libraryTable">
<library name="guava-20.01">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/lib/guava/guava-20.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/jackson.xml
================================================
<component name="libraryTable">
<library name="jackson">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jackson/jackson-annotations-2.8.0.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jackson/jackson-core-2.8.6.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jackson/jackson-databind-2.3.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/jackson1.xml
================================================
<component name="libraryTable">
<library name="jackson1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jackson/jackson-annotations-2.8.0.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jackson/jackson-databind-2.3.1.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jackson/jackson-core-2.8.6.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/javailp_1_2a.xml
================================================
<component name="libraryTable">
<library name="javailp-1.2a">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/javailp/javailp-1.2a.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/javailp_1_2a1.xml
================================================
<component name="libraryTable">
<library name="javailp-1.2a1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/lib/javailp/javailp-1.2a.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/javaproj_1_0_6.xml
================================================
<component name="libraryTable">
<library name="javaproj-1.0.6">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/lib/javaproj/javaproj-1.0.6.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/javaproj_1_0_61.xml
================================================
<component name="libraryTable">
<library name="javaproj-1.0.61">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/javaproj/javaproj-1.0.6.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/jewelcli_0_6.xml
================================================
<component name="libraryTable">
<library name="jewelcli-0.6">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jewelcli/jewelcli-0.6.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/jewelcli_0_61.xml
================================================
<component name="libraryTable">
<library name="jewelcli-0.61">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jewelcli/jewelcli-0.6.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/jogl.xml
================================================
<component name="libraryTable">
<library name="jogl">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jogl/gluegen-rt-natives-linux-i586.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jogl/jogl-all.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jogl/jogl-all-natives-macosx-universal.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jogl/jogl-all-natives-linux-amd64.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jogl/jogl-all-natives-windows-amd64.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jogl/gluegen-rt-natives-windows-i586.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jogl/gluegen-rt.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jogl/jogl-all-natives-windows-i586.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jogl/gluegen-rt-natives-macosx-universal.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jogl/gluegen-rt-natives-windows-amd64.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jogl/gluegen-rt-natives-linux-amd64.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jogl/jogl-all-natives-linux-i586.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/jogl1.xml
================================================
<component name="libraryTable">
<library name="jogl1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jogl/jogl-all-natives-windows-amd64.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jogl/gluegen-rt-natives-windows-amd64.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jogl/jogl-all-natives-linux-i586.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jogl/gluegen-rt-natives-macosx-universal.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jogl/gluegen-rt-natives-windows-i586.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jogl/jogl-all-natives-macosx-universal.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jogl/jogl-all-natives-linux-amd64.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jogl/gluegen-rt-natives-linux-amd64.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jogl/gluegen-rt.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jogl/jogl-all.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jogl/jogl-all-natives-windows-i586.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jogl/gluegen-rt-natives-linux-i586.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/jquery_2_1_4_min.xml
================================================
<component name="libraryTable">
<library name="jquery-2.1.4.min" type="javaScript">
<properties>
<option name="frameworkName" value="jQuery" />
<option name="frameworkVersion" value="" />
</properties>
<CLASSES>
<root url="file://$PROJECT_DIR$/web/src/scripts/vendor-common/jquery-2.1.4.min.js" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/jts.xml
================================================
<component name="libraryTable">
<library name="jts">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jts/jts-1.11-src.zip!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/jts/jts-1.11.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/jts1.xml
================================================
<component name="libraryTable">
<library name="jts1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jts/jts-1.11.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/jts/jts-1.11-src.zip!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/lpsolve55j.xml
================================================
<component name="libraryTable">
<library name="lpsolve55j">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/lib/lp_solve/lpsolve55j.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/lpsolve55j1.xml
================================================
<component name="libraryTable">
<library name="lpsolve55j1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/lp_solve/lpsolve55j.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/osmosis.xml
================================================
<component name="libraryTable">
<library name="osmosis">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/lib/osmosis/xercesImpl-2.9.1.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/osmosis/osmpbf-1.1.1-754a33af.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/osmosis/osmosis-core-0.41.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/osmosis/protobuf-java-2.4.1.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/osmosis/osmosis-xml-0.41.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/osmosis/commons-compress-1.2.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/osmosis/osmosis-pbf-0.41.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/osmosis1.xml
================================================
<component name="libraryTable">
<library name="osmosis1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/osmosis/osmosis-xml-0.41.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/osmosis/osmpbf-1.1.1-754a33af.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/osmosis/commons-compress-1.2.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/osmosis/osmosis-core-0.41.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/osmosis/osmosis-pbf-0.41.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/osmosis/xercesImpl-2.9.1.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/osmosis/protobuf-java-2.4.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/pngj_2_0_0.xml
================================================
<component name="libraryTable">
<library name="pngj-2.0.0">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/lib/pngj/pngj-2.0.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/pngj_2_0_01.xml
================================================
<component name="libraryTable">
<library name="pngj-2.0.01">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/pngj/pngj-2.0.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/poly2tri_core_0_1_1_SNAPSHOT.xml
================================================
<component name="libraryTable">
<library name="poly2tri-core-0.1.1-SNAPSHOT">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/lib/poly2tri/poly2tri-core-0.1.1-SNAPSHOT.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/poly2tri_core_0_1_1_SNAPSHOT1.xml
================================================
<component name="libraryTable">
<library name="poly2tri-core-0.1.1-SNAPSHOT1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/poly2tri/poly2tri-core-0.1.1-SNAPSHOT.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/slf4j.xml
================================================
<component name="libraryTable">
<library name="slf4j">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/lib/slf4j/slf4j-api-1.7.5.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/slf4j/slf4j-simple-1.7.5.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/slf4j1.xml
================================================
<component name="libraryTable">
<library name="slf4j1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/slf4j/slf4j-api-1.7.5.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/slf4j/slf4j-simple-1.7.5.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/trove.xml
================================================
<component name="libraryTable">
<library name="trove">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/trove/trove-3.0.1-src.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/build/lib/trove/trove-111118193120.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/libraries/trove1.xml
================================================
<component name="libraryTable">
<library name="trove1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/OSM2World/lib/trove/trove-3.0.1-src.jar!/" />
<root url="jar://$PROJECT_DIR$/OSM2World/lib/trove/trove-111118193120.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
================================================
FILE: .idea/misc.xml
================================================
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptSettings">
<option name="languageLevel" value="ES5" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="1.8" project-jdk-type="JavaSDK" />
</project>
================================================
FILE: .idea/modules.xml
================================================
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/OSM2World/OSM2World.iml" filepath="$PROJECT_DIR$/OSM2World/OSM2World.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/touch-mapper.iml" filepath="$PROJECT_DIR$/.idea/touch-mapper.iml" />
<module fileurl="file://$PROJECT_DIR$/web/web.iml" filepath="$PROJECT_DIR$/web/web.iml" />
</modules>
</component>
</project>
================================================
FILE: .idea/touch-mapper.iml
================================================
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/blender" />
<excludeFolder url="file://$MODULE_DIR$/blender-2.78b-linux-glibc219-x86_64" />
<excludeFolder url="file://$MODULE_DIR$/converter/OSM2World" />
<excludeFolder url="file://$MODULE_DIR$/converter/blender" />
<excludeFolder url="file://$MODULE_DIR$/converter/py-lib" />
<excludeFolder url="file://$MODULE_DIR$/runtime" />
<excludeFolder url="file://$MODULE_DIR$/t" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
================================================
FILE: .idea/vcs.xml
================================================
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>
================================================
FILE: .idea/workspace.xml
================================================
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AnalysisUIOptions">
<option name="SCOPE_TYPE" value="3" />
</component>
<component name="ChangeListManager">
<list default="true" id="f5e21612-e46a-47ff-99b7-74b0fd763205" name="Default" comment="">
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/OSM2World.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/annotations_java8.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/commons_math3_3_0.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/commons_math3_3_01.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/configuration.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/configuration1.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/guava_20_0.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/guava_20_01.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/jackson.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/jackson1.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/javailp_1_2a.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/javailp_1_2a1.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/javaproj_1_0_6.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/javaproj_1_0_61.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/jewelcli_0_6.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/jewelcli_0_61.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/jogl.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/jogl1.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/jts.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/jts1.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/lpsolve55j.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/lpsolve55j1.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/osmosis.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/osmosis1.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/pngj_2_0_0.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/pngj_2_0_01.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/poly2tri_core_0_1_1_SNAPSHOT.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/poly2tri_core_0_1_1_SNAPSHOT1.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/slf4j.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/slf4j1.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/trove.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/libraries/trove1.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/vcs.xml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/OSM2World/OSM2World.iml" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/OSM2World/src/org/osm2world/console/package-info.java" />
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/web/web.iml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/MapBasedTagGroup.java" afterPath="$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/MapBasedTagGroup.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/osmosis/OSMFileDataSource.java" afterPath="$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/osmosis/OSMFileDataSource.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/OSM2World/src/org/osm2world/console/OSM2World.java" afterPath="$PROJECT_DIR$/OSM2World/src/org/osm2world/console/OSM2World.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/install/cloudformation.json" afterPath="$PROJECT_DIR$/install/cloudformation.json" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/web/src/scripts/index.js" afterPath="$PROJECT_DIR$/web/src/scripts/index.js" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/web/src/scripts/map.js" afterPath="$PROJECT_DIR$/web/src/scripts/map.js" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="TRACKING_ENABLED" value="true" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
<component name="FileEditorManager">
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
<file leaf-file-name="OSM2World.java" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/OSM2World.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="324">
<caret line="129" column="12" lean-forward="true" selection-start-line="129" selection-start-column="12" selection-end-line="129" selection-end-column="12" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="CLIArgumentsGroup.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/CLIArgumentsGroup.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="1098">
<caret line="71" column="0" lean-forward="false" selection-start-line="71" selection-start-column="0" selection-end-line="71" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="ConversionFacade.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/core/ConversionFacade.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="576">
<caret line="99" column="0" lean-forward="false" selection-start-line="99" selection-start-column="0" selection-end-line="99" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="DataSource.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/DataSource.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="378">
<caret line="21" column="18" lean-forward="false" selection-start-line="21" selection-start-column="18" selection-end-line="21" selection-end-column="18" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="OSMFileDataSource.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/osmosis/OSMFileDataSource.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="1512">
<caret line="112" column="24" lean-forward="false" selection-start-line="112" selection-start-column="24" selection-end-line="112" selection-end-column="24" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="lambda-update.sh" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/install/lambda-update.sh">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="162">
<caret line="9" column="0" lean-forward="false" selection-start-line="9" selection-start-column="0" selection-end-line="9" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="MapBasedTagGroup.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/MapBasedTagGroup.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="2304">
<caret line="133" column="17" lean-forward="false" selection-start-line="133" selection-start-column="17" selection-end-line="133" selection-end-column="17" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="package.html" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/package.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="486">
<caret line="27" column="14" lean-forward="false" selection-start-line="27" selection-start-column="14" selection-end-line="27" selection-end-column="14" />
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="package-info.java" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/package-info.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="0">
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
</file>
</leaf>
</component>
<component name="FindInProjectRecents">
<findStrings>
<find>setdata</find>
<find>initsim</find>
</findStrings>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="GradleLocalSettings">
<option name="externalProjectsViewState">
<projects_view />
</option>
</component>
<component name="IdeDocumentHistory">
<option name="CHANGED_PATHS">
<list>
<option value="$PROJECT_DIR$/web/src/scripts/map.js" />
<option value="$PROJECT_DIR$/web/src/scripts/index.js" />
<option value="$PROJECT_DIR$/web/src/scripts/backbone-helpers.js" />
<option value="$PROJECT_DIR$/OSM2World/lib/jewelcli/jewelcli-0.6.jar!/uk/co/flamingpenguin/jewel/cli/CliFactory.class" />
<option value="$PROJECT_DIR$/OSM2World/src/org/osm2world/console/package.html" />
<option value="$PROJECT_DIR$/OSM2World/src/org/osm2world/console/package.java" />
<option value="$PROJECT_DIR$/OSM2World/src/org/osm2world/console/package-info.java" />
<option value="$PROJECT_DIR$/OSM2World/src/org/osm2world/console/OSM2World.java" />
<option value="$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/MapBasedTagGroup.java" />
<option value="/HTML Fragment (OSMFileDataSource.java:3446).html" />
<option value="$APPLICATION_CONFIG_DIR$/scratches/scratch.html" />
<option value="$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/osmosis/OSMFileDataSource.java" />
<option value="$PROJECT_DIR$/install/lambda-update.sh" />
</list>
</option>
</component>
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
<component name="JsFlowSettings">
<service-enabled>true</service-enabled>
<exe-path />
<annotation-enable>false</annotation-enable>
<other-services-enabled>true</other-services-enabled>
</component>
<component name="JsGulpfileManager">
<detection-done>true</detection-done>
<sorting>DEFINITION_ORDER</sorting>
</component>
<component name="ProjectFrameBounds">
<option name="x" value="64" />
<option name="y" value="-11" />
<option name="width" value="1857" />
<option name="height" value="1212" />
</component>
<component name="ProjectInspectionProfilesVisibleTreeState">
<entry key="Project Default">
<profile-state>
<expanded-state>
<State>
<id />
</State>
<State>
<id>Android</id>
</State>
<State>
<id>Android > Lint > Correctness</id>
</State>
<State>
<id>Android > Lint > Performance</id>
</State>
<State>
<id>Android Lint for Kotlin</id>
</State>
<State>
<id>CoffeeScript</id>
</State>
<State>
<id>CorrectnessLintAndroid</id>
</State>
<State>
<id>GSPGrailsGroovy</id>
</State>
<State>
<id>General</id>
</State>
<State>
<id>GeneralCoffeeScript</id>
</State>
<State>
<id>GeneralJavaScript</id>
</State>
<State>
<id>GrailsGroovy</id>
</State>
<State>
<id>Groovy</id>
</State>
<State>
<id>HTML</id>
</State>
<State>
<id>JBoss Seam issues</id>
</State>
<State>
<id>Java</id>
</State>
<State>
<id>JavaScript</id>
</State>
<State>
<id>Kotlin</id>
</State>
<State>
<id>Language Injection</id>
</State>
<State>
<id>LintAndroid</id>
</State>
<State>
<id>Maven</id>
</State>
<State>
<id>Potentially confusing code constructsGroovy</id>
</State>
<State>
<id>Probable bugsJava</id>
</State>
<State>
<id>TypeScript</id>
</State>
<State>
<id>XPath</id>
</State>
</expanded-state>
<selected-state>
<State>
<id>JSMismatchedCollectionQueryUpdate</id>
</State>
</selected-state>
</profile-state>
</entry>
</component>
<component name="ProjectView">
<navigator currentView="ProjectPane" proportions="" version="1">
<flattenPackages />
<showMembers />
<showModules />
<showLibraryContents />
<hideEmptyPackages />
<abbreviatePackageNames />
<autoscrollToSource />
<autoscrollFromSource />
<sortByType />
<manualOrder />
<foldersAlwaysOnTop value="true" />
</navigator>
<panes>
<pane id="Scope" />
<pane id="PackagesPane" />
<pane id="ProjectPane">
<subPane>
<PATH>
<PATH_ELEMENT>
<option name="myItemId" value="touch-mapper" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="touch-mapper" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option name="myItemId" value="touch-mapper" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="touch-mapper" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="install" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
</PATH>
</subPane>
</pane>
<pane id="Scratches" />
</panes>
</component>
<component name="PropertiesComponent">
<property name="last_opened_file_path" value="$APPLICATION_HOME_DIR$/redist/annotations-java8.jar!/" />
<property name="project.structure.last.edited" value="Libraries" />
<property name="project.structure.proportion" value="0.15" />
<property name="project.structure.side.proportion" value="0.2" />
<property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="run.code.analysis.last.selected.profile" value="pProject Default" />
<property name="Downloaded.Files.Path.Enabled" value="false" />
<property name="Repository.Attach.JavaDocs" value="false" />
<property name="Repository.Attach.Sources" value="false" />
<property name="JavaScriptPreferStrict" value="true" />
<property name="JavaScriptWeakerCompletionTypeGuess" value="true" />
<property name="SearchEverywhereHistoryKey" value="bin/	FILE	file:///home/skarkkai/touch-mapper/OSM2World/bin variable	ACTION	IntroduceVariable infer n	ACTION	InferNullity" />
<property name="com.intellij.ide.scratch.LRUPopupBuilder$2/Languages" value="HTML" />
</component>
<component name="RunDashboard">
<option name="ruleStates">
<list>
<RuleState>
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
</RuleState>
<RuleState>
<option name="name" value="StatusDashboardGroupingRule" />
</RuleState>
</list>
</option>
</component>
<component name="RunManager">
<configuration default="true" type="AndroidRunConfigurationType" factoryName="Android App">
<module name="" />
<option name="DEPLOY" value="true" />
<option name="ARTIFACT_NAME" value="" />
<option name="PM_INSTALL_OPTIONS" value="" />
<option name="ACTIVITY_EXTRA_FLAGS" value="" />
<option name="MODE" value="default_activity" />
<option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
<option name="PREFERRED_AVD" value="" />
<option name="CLEAR_LOGCAT" value="false" />
<option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
<option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
<option name="FORCE_STOP_RUNNING_APP" value="true" />
<option name="DEBUGGER_TYPE" value="Java" />
<option name="USE_LAST_SELECTED_DEVICE" value="false" />
<option name="PREFERRED_AVD" value="" />
<Java />
<Profilers>
<option name="ENABLE_ADVANCED_PROFILING" value="true" />
<option name="GAPID_ENABLED" value="false" />
<option name="GAPID_DISABLE_PCS" value="false" />
<option name="SUPPORT_LIB_ENABLED" value="true" />
<option name="INSTRUMENTATION_ENABLED" value="true" />
</Profilers>
<option name="DEEP_LINK" value="" />
<option name="ACTIVITY_CLASS" value="" />
<method />
</configuration>
<configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
<module name="" />
<option name="TESTING_TYPE" value="0" />
<option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
<option name="METHOD_NAME" value="" />
<option name="CLASS_NAME" value="" />
<option name="PACKAGE_NAME" value="" />
<option name="EXTRA_OPTIONS" value="" />
<option name="TARGET_SELECTION_MODE" value="SHOW_DIALOG" />
<option name="PREFERRED_AVD" value="" />
<option name="CLEAR_LOGCAT" value="false" />
<option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
<option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
<option name="FORCE_STOP_RUNNING_APP" value="true" />
<option name="DEBUGGER_TYPE" value="Java" />
<option name="USE_LAST_SELECTED_DEVICE" value="false" />
<option name="PREFERRED_AVD" value="" />
<Java />
<Profilers>
<option name="ENABLE_ADVANCED_PROFILING" value="true" />
<option name="GAPID_ENABLED" value="false" />
<option name="GAPID_DISABLE_PCS" value="false" />
<option name="SUPPORT_LIB_ENABLED" value="true" />
<option name="INSTRUMENTATION_ENABLED" value="true" />
</Profilers>
<method />
</configuration>
<configuration default="true" type="Applet" factoryName="Applet">
<option name="HTML_USED" value="false" />
<option name="WIDTH" value="400" />
<option name="HEIGHT" value="300" />
<option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
<module />
<method />
</configuration>
<configuration default="true" type="Application" factoryName="Application">
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
<option name="MAIN_CLASS_NAME" />
<option name="VM_PARAMETERS" />
<option name="PROGRAM_PARAMETERS" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
<option name="ALTERNATIVE_JRE_PATH" />
<option name="ENABLE_SWING_INSPECTOR" value="false" />
<option name="ENV_VARIABLES" />
<option name="PASS_PARENT_ENVS" value="true" />
<module name="" />
<envs />
<method />
</configuration>
<configuration default="true" type="ArquillianJUnit" factoryName="" nameIsGenerated="true">
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
<module name="" />
<option name="arquillianRunConfiguration">
<value>
<option name="containerStateName" value="" />
</value>
</option>
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
<option name="ALTERNATIVE_JRE_PATH" />
<option name="PACKAGE_NAME" />
<option name="MAIN_CLASS_NAME" />
<option name="METHOD_NAME" />
<option name="TEST_OBJECT" value="class" />
<option name="VM_PARAMETERS" />
<option name="PARAMETERS" />
<option name="WORKING_DIRECTORY" />
<option name="ENV_VARIABLES" />
<option name="PASS_PARENT_ENVS" value="true" />
<option name="TEST_SEARCH_SCOPE">
<value defaultName="singleModule" />
</option>
<envs />
<patterns />
<method />
</configuration>
<configuration default="true" type="ArquillianTestNG" factoryName="">
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
<module name="" />
<option name="arquillianRunConfiguration">
<value>
<option name="containerStateName" value="" />
</value>
</option>
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
<option name="ALTERNATIVE_JRE_PATH" />
<option name="SUITE_NAME" />
<option name="PACKAGE_NAME" />
<option name="MAIN_CLASS_NAME" />
<option name="METHOD_NAME" />
<option name="GROUP_NAME" />
<option name="TEST_OBJECT" value="CLASS" />
<option name="VM_PARAMETERS" />
<option name="PARAMETERS" />
<option name="WORKING_DIRECTORY" />
<option name="OUTPUT_DIRECTORY" />
<option name="ANNOTATION_TYPE" />
<option name="ENV_VARIABLES" />
<option name="PASS_PARENT_ENVS" value="true" />
<option name="TEST_SEARCH_SCOPE">
<value defaultName="singleModule" />
</option>
<option name="USE_DEFAULT_REPORTERS" value="false" />
<option name="PROPERTIES_FILE" />
<envs />
<properties />
<listeners />
<method />
</configuration>
<configuration default="true" type="Cold Fusion runner description" factoryName="Cold Fusion" custom_browser="" web_path="">
<method />
</configuration>
<configuration default="true" type="CucumberJavaRunConfigurationType" factoryName="Cucumber java">
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
<option name="myFilePath" />
<option name="GLUE" />
<option name="myNameFilter" />
<option name="myGeneratedName" />
<option name="MAIN_CLASS_NAME" />
<option name="VM_PARAMETERS" />
<option name="PROGRAM_PARAMETERS" />
<option name="WORKING_DIRECTORY" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
<option name="ALTERNATIVE_JRE_PATH" />
<option name="ENABLE_SWING_INSPECTOR" value="false" />
<option name="ENV_VARIABLES" />
<option name="PASS_PARENT_ENVS" value="true" />
<module name="" />
<envs />
<method />
</configuration>
<configuration default="true" type="FlashRunConfigurationType" factoryName="Flash App">
<option name="BCName" value="" />
<option name="IOSSimulatorSdkPath" value="" />
<option name="adlOptions" value="" />
<option name="airProgramParameters" value="" />
<option name="appDescriptorForEmulator" value="Android" />
<option name="debugTransport" value="USB" />
<option name="debuggerSdkRaw" value="BC SDK" />
<option name="emulator" value="NexusOne" />
<option name="emulatorAdlOptions" value="" />
<option name="fastPackaging" value="true" />
<option name="fullScreenHeight" value="0" />
<option name="fullScreenWidth" value="0" />
<option name="launchUrl" value="false" />
<option name="launcherParameters">
<LauncherParameters>
<option name="browser" value="a7bb68e0-33c0-4d6f-a81a-aac1fdb870c8" />
<option name="launcherType" value="OSDefault" />
<option name="newPlayerInstance" value="false" />
<option name="playerPath" value="/usr/bin/flashplayerdebugger" />
</LauncherParameters>
</option>
<option name="mobileRunTarget" value="Emulator" />
<option name="moduleName" value="" />
<option name="overriddenMainClass" value="" />
<option name="overriddenOutputFileName" value="" />
<option name="overrideMainClass" value="false" />
<option name="runTrusted" value="true" />
<option name="screenDpi" value="0" />
<option name="screenHeight" value="0" />
<option name="screenWidth" value="0" />
<option name="url" value="http://" />
<option name="usbDebugPort" value="7936" />
<method />
</configuration>
<configuration default="true" type="FlexUnitRunConfigurationType" factoryName="FlexUnit" appDescriptorForEmulator="Android" class_name="" emulatorAdlOptions="" method_name="" package_name="" scope="Class">
<option name="BCName" value="" />
<option name="launcherParameters">
<LauncherParameters>
<option name="browser" value="a7bb68e0-33c0-4d6f-a81a-aac1fdb870c8" />
<option name="launcherType" value="OSDefault" />
<option name="newPlayerInstance" value="false" />
<option name="playerPath" value="/usr/bin/flashplayerdebugger" />
</LauncherParameters>
</option>
<option name="moduleName" value="" />
<option name="trusted" value="true" />
<method />
</configuration>
<configuration default="true" type="GradleRunConfiguration" factoryName="Gradle">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list />
</option>
<option name="vmOptions" />
</ExternalSystemSettings>
<method />
</configuration>
<configuration default="true" type="GrailsRunConfigurationType" factoryName="Grails">
<setting name="vmparams" value="" />
<setting name="cmdLine" value="run-app" />
<setting name="passParentEnv" value="true" />
<setting name="launchBrowser" value="true" />
<setting name="launchBrowserUrl" value="" />
<setting name="depsClasspath" value="false" />
<method />
</configuration>
<configuration default="true" type="JUnit" factoryName="JUnit">
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
<module name="" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
<option name="ALTERNATIVE_JRE_PATH" />
<option name="PACKAGE_NAME" />
<option name="MAIN_CLASS_NAME" />
<option name="METHOD_NAME" />
<option name="TEST_OBJECT" value="class" />
<option name="VM_PARAMETERS" value="-ea" />
<option name="PARAMETERS" />
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
<option name="ENV_VARIABLES" />
<option name="PASS_PARENT_ENVS" value="true" />
<option name="TEST_SEARCH_SCOPE">
<value defaultName="singleModule" />
</option>
<envs />
<patterns />
<method />
</configuration>
<configuration default="true" type="JarApplication" factoryName="JAR Application">
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
<envs />
<method />
</configuration>
<configuration default="true" type="Java Scratch" factoryName="Java Scratch">
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
<option name="SCRATCH_FILE_ID" value="0" />
<option name="MAIN_CLASS_NAME" />
<option name="VM_PARAMETERS" />
<option name="PROGRAM_PARAMETERS" />
<option name="WORKING_DIRECTORY" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
<option name="ALTERNATIVE_JRE_PATH" />
<option name="ENABLE_SWING_INSPECTOR" value="false" />
<option name="ENV_VARIABLES" />
<option name="PASS_PARENT_ENVS" value="true" />
<module name="" />
<envs />
<method />
</configuration>
<configuration default="true" type="JavaScriptTestRunnerJest" factoryName="Jest">
<node-interpreter value="project" />
<working-dir value="" />
<envs />
<scope-kind value="ALL" />
<method />
</configuration>
<configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
<config-file value="" />
<node-interpreter value="project" />
<envs />
<method />
</configuration>
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
<method />
</configuration>
<configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
<option name="MAIN_CLASS_NAME" />
<option name="VM_PARAMETERS" />
<option name="PROGRAM_PARAMETERS" />
<option name="WORKING_DIRECTORY" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
<option name="ALTERNATIVE_JRE_PATH" />
<option name="PASS_PARENT_ENVS" value="true" />
<module name="touch-mapper" />
<envs />
<method />
</configuration>
<configuration default="true" type="KotlinStandaloneScriptRunConfigurationType" factoryName="Kotlin script">
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
<option name="filePath" />
<option name="vmParameters" />
<option name="alternativeJrePath" />
<option name="programParameters" />
<option name="passParentEnvs" value="true" />
<option name="workingDirectory" />
<option name="isAlternativeJrePathEnabled" value="false" />
<envs />
<method />
</configuration>
<configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" path-to-node="project" working-dir="">
<method />
</configuration>
<configuration default="true" type="Remote" factoryName="Remote">
<option name="USE_SOCKET_TRANSPORT" value="true" />
<option name="SERVER_MODE" value="false" />
<option name="SHMEM_ADDRESS" value="javadebug" />
<option name="HOST" value="localhost" />
<option name="PORT" value="5005" />
<method />
</configuration>
<configuration default="true" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
<module name="" />
<envs />
<method />
</configuration>
<configuration default="true" type="TestNG" factoryName="TestNG">
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
<module name="" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
<option name="ALTERNATIVE_JRE_PATH" />
<option name="SUITE_NAME" />
<option name="PACKAGE_NAME" />
<option name="MAIN_CLASS_NAME" />
<option name="METHOD_NAME" />
<option name="GROUP_NAME" />
<option name="TEST_OBJECT" value="CLASS" />
<option name="VM_PARAMETERS" value="-ea" />
<option name="PARAMETERS" />
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
<option name="OUTPUT_DIRECTORY" />
<option name="ANNOTATION_TYPE" />
<option name="ENV_VARIABLES" />
<option name="PASS_PARENT_ENVS" value="true" />
<option name="TEST_SEARCH_SCOPE">
<value defaultName="singleModule" />
</option>
<option name="USE_DEFAULT_REPORTERS" value="false" />
<option name="PROPERTIES_FILE" />
<envs />
<properties />
<listeners />
<method />
</configuration>
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
<node-interpreter>project</node-interpreter>
<node-options />
<gulpfile />
<tasks />
<arguments />
<envs />
<method />
</configuration>
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
<command value="run" />
<scripts />
<node-interpreter value="project" />
<envs />
<method />
</configuration>
<configuration default="true" type="mocha-javascript-test-runner" factoryName="Mocha">
<node-interpreter>project</node-interpreter>
<node-options />
<working-directory />
<pass-parent-env>true</pass-parent-env>
<envs />
<ui />
<extra-mocha-options />
<test-kind>DIRECTORY</test-kind>
<test-directory />
<recursive>false</recursive>
<method />
</configuration>
<configuration default="true" type="osgi.bnd.run" factoryName="Run Launcher">
<method />
</configuration>
<configuration default="true" type="osgi.bnd.run" factoryName="Test Launcher (JUnit)">
<method />
</configuration>
<configuration name="<template>" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" default="true" selected="false">
<option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
</configuration>
</component>
<component name="ShelveChangesManager" show_recycled="false">
<option name="remove_strategy" value="false" />
</component>
<component name="SvnConfiguration">
<configuration />
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="f5e21612-e46a-47ff-99b7-74b0fd763205" name="Default" comment="" />
<created>1495997840019</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1495997840019</updated>
<workItem from="1495998265275" duration="8300000" />
<workItem from="1496084350965" duration="121000" />
<workItem from="1496084494570" duration="11910000" />
<workItem from="1496263578270" duration="5016000" />
<workItem from="1498900520174" duration="96000" />
<workItem from="1498900629532" duration="20000" />
<workItem from="1498900669145" duration="211000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="25674000" />
</component>
<component name="ToolWindowManager">
<frame x="64" y="-11" width="1857" height="1212" extended-state="6" />
<editor active="true" />
<layout>
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
<window_info id="Nl-Palette" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
<window_info id="Palette	" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
<window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
<window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.21985158" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
<window_info id="Properties" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
<window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
<window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.20950802" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="Theme Preview" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
<window_info id="Analyze Dataflow to" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32931355" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24958494" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
<window_info id="Inspection Results" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32931355" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
<window_info id="Dynamic Properties" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.28014842" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
</layout>
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="processedProjectFiles" value="true" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State>
<option name="RECENTLY_FILTERED_USER_GROUPS">
<collection />
</option>
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
<collection />
</option>
<option name="COLUMN_ORDER">
<list>
<option value="0" />
<option value="1" />
<option value="2" />
<option value="3" />
</list>
</option>
</State>
</value>
</entry>
</map>
</option>
</component>
<component name="VcsContentAnnotationSettings">
<option name="myLimit" value="2678400000" />
</component>
<component name="XDebuggerManager">
<breakpoint-manager>
<breakpoints-dialog>
<breakpoints-dialog />
</breakpoints-dialog>
<option name="time" value="2" />
</breakpoint-manager>
<watches-manager />
</component>
<component name="antWorkspaceConfiguration">
<option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
<option name="FILTER_TARGETS" value="false" />
</component>
<component name="editorHistoryManager">
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/MapBasedTagGroup.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="2304">
<caret line="133" column="17" lean-forward="false" selection-start-line="133" selection-start-column="17" selection-end-line="133" selection-end-column="17" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/package.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="486">
<caret line="27" column="14" lean-forward="false" selection-start-line="27" selection-start-column="14" selection-end-line="27" selection-end-column="14" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/package-info.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="0">
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/install/lambda-update.sh">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="360">
<caret line="20" column="0" lean-forward="true" selection-start-line="20" selection-start-column="0" selection-end-line="20" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/OSM2World.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="756">
<caret line="64" column="17" lean-forward="false" selection-start-line="64" selection-start-column="17" selection-end-line="64" selection-end-column="17" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/CLIArgumentsGroup.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="936">
<caret line="62" column="38" lean-forward="false" selection-start-line="62" selection-start-column="38" selection-end-line="62" selection-end-column="38" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/core/ConversionFacade.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="576">
<caret line="99" column="0" lean-forward="false" selection-start-line="99" selection-start-column="0" selection-end-line="99" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/DataSource.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="378">
<caret line="21" column="18" lean-forward="false" selection-start-line="21" selection-start-column="18" selection-end-line="21" selection-end-column="18" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/osmosis/OSMFileDataSource.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="1512">
<caret line="112" column="24" lean-forward="true" selection-start-line="112" selection-start-column="24" selection-end-line="112" selection-end-column="24" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/MapBasedTagGroup.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="2304">
<caret line="133" column="17" lean-forward="false" selection-start-line="133" selection-start-column="17" selection-end-line="133" selection-end-column="17" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/package.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="486">
<caret line="27" column="14" lean-forward="false" selection-start-line="27" selection-start-column="14" selection-end-line="27" selection-end-column="14" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/package-info.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="0">
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/install/lambda-update.sh">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="216">
<caret line="12" column="10" lean-forward="true" selection-start-line="12" selection-start-column="10" selection-end-line="12" selection-end-column="10" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/OSM2World.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="756">
<caret line="64" column="17" lean-forward="false" selection-start-line="64" selection-start-column="17" selection-end-line="64" selection-end-column="17" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/CLIArgumentsGroup.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="936">
<caret line="62" column="38" lean-forward="false" selection-start-line="62" selection-start-column="38" selection-end-line="62" selection-end-column="38" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/core/ConversionFacade.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="558">
<caret line="98" column="11" lean-forward="false" selection-start-line="98" selection-start-column="11" selection-end-line="98" selection-end-column="11" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/DataSource.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="162">
<caret line="9" column="22" lean-forward="false" selection-start-line="9" selection-start-column="22" selection-end-line="9" selection-end-column="22" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/MapBasedTagGroup.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="2304">
<caret line="133" column="17" lean-forward="false" selection-start-line="133" selection-start-column="17" selection-end-line="133" selection-end-column="17" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/package.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="486">
<caret line="27" column="14" lean-forward="false" selection-start-line="27" selection-start-column="14" selection-end-line="27" selection-end-column="14" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/package-info.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="0">
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/osmosis/OSMFileDataSource.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="1332">
<caret line="102" column="0" lean-forward="false" selection-start-line="102" selection-start-column="0" selection-end-line="102" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/OSM2World.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="756">
<caret line="64" column="17" lean-forward="false" selection-start-line="64" selection-start-column="17" selection-end-line="64" selection-end-column="17" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/CLIArgumentsGroup.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="936">
<caret line="62" column="38" lean-forward="false" selection-start-line="62" selection-start-column="38" selection-end-line="62" selection-end-column="38" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/core/ConversionFacade.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="558">
<caret line="98" column="11" lean-forward="false" selection-start-line="98" selection-start-column="11" selection-end-line="98" selection-end-column="11" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/DataSource.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="162">
<caret line="9" column="22" lean-forward="false" selection-start-line="9" selection-start-column="22" selection-end-line="9" selection-end-column="22" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/MapBasedTagGroup.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="2304">
<caret line="133" column="17" lean-forward="false" selection-start-line="133" selection-start-column="17" selection-end-line="133" selection-end-column="17" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/package.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="486">
<caret line="27" column="14" lean-forward="false" selection-start-line="27" selection-start-column="14" selection-end-line="27" selection-end-column="14" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/package-info.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="0">
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/osmosis/OSMFileDataSource.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="1332">
<caret line="102" column="29" lean-forward="false" selection-start-line="102" selection-start-column="29" selection-end-line="102" selection-end-column="29" />
<folding />
</state>
</provider>
</entry>
<entry file="jar://$APPLICATION_HOME_DIR$/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar!/com/intellij/lang/javascript/index/predefined/HTML5.js">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="51">
<caret line="1331" column="0" lean-forward="true" selection-start-line="1331" selection-start-column="0" selection-end-line="1331" selection-end-column="0" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/web/pre-src/area.pre">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="54">
<caret line="3" column="9" lean-forward="false" selection-start-line="3" selection-start-column="9" selection-end-line="3" selection-end-column="9" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/web/src/scripts/util.js">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="501">
<caret line="127" column="0" lean-forward="true" selection-start-line="127" selection-start-column="0" selection-end-line="127" selection-end-column="0" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/web/src/scripts/multipart-mode.js">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="301">
<caret line="35" column="27" lean-forward="false" selection-start-line="35" selection-start-column="27" selection-end-line="35" selection-end-column="27" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/web/src/scripts/vendor-common/jquery-2.1.4.min.js">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="231">
<caret line="2" column="23552" lean-forward="false" selection-start-line="2" selection-start-column="23552" selection-end-line="2" selection-end-column="23552" />
</state>
</provider>
</entry>
<entry file="jar://$PROJECT_DIR$/OSM2World/lib/jewelcli/jewelcli-0.6.jar!/uk/co/flamingpenguin/jewel/cli/CliFactory.class">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="144">
<caret line="8" column="25" lean-forward="true" selection-start-line="8" selection-start-column="25" selection-end-line="8" selection-end-column="25" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/web/src/scripts/map.js">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="216">
<caret line="12" column="37" lean-forward="false" selection-start-line="12" selection-start-column="37" selection-end-line="12" selection-end-column="37" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/web/src/scripts/backbone-helpers.js">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="54">
<caret line="6" column="0" lean-forward="true" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/web/src/scripts/index.js">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="270">
<caret line="15" column="39" lean-forward="false" selection-start-line="15" selection-start-column="39" selection-end-line="15" selection-end-column="39" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/CLIArgumentsUtil.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="285">
<caret line="81" column="36" lean-forward="false" selection-start-line="81" selection-start-column="36" selection-end-line="81" selection-end-column="36" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/web/src/scripts/vendor-other/ol-3.15.1-custom.min.js">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="231">
<caret line="156" column="239" lean-forward="false" selection-start-line="156" selection-start-column="239" selection-end-line="156" selection-end-column="239" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/EmptyTagGroup.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="108">
<caret line="7" column="46" lean-forward="true" selection-start-line="7" selection-start-column="38" selection-end-line="7" selection-end-column="53" />
</state>
</provider>
</entry>
<entry file="file://$APPLICATION_CONFIG_DIR$/scratches/scratch.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="18">
<caret line="1" column="8" lean-forward="true" selection-start-line="1" selection-start-column="8" selection-end-line="1" selection-end-column="8" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/package-info.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="0">
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/package.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="486">
<caret line="27" column="14" lean-forward="false" selection-start-line="27" selection-start-column="14" selection-end-line="27" selection-end-column="14" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/MapBasedTagGroup.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="2304">
<caret line="133" column="17" lean-forward="false" selection-start-line="133" selection-start-column="17" selection-end-line="133" selection-end-column="17" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/DataSource.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="378">
<caret line="21" column="18" lean-forward="false" selection-start-line="21" selection-start-column="18" selection-end-line="21" selection-end-column="18" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/osmosis/OSMFileDataSource.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="1512">
<caret line="112" column="24" lean-forward="false" selection-start-line="112" selection-start-column="24" selection-end-line="112" selection-end-column="24" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/install/lambda-update.sh">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="162">
<caret line="9" column="0" lean-forward="false" selection-start-line="9" selection-start-column="0" selection-end-line="9" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/core/ConversionFacade.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="576">
<caret line="99" column="0" lean-forward="false" selection-start-line="99" selection-start-column="0" selection-end-line="99" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/CLIArgumentsGroup.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="1098">
<caret line="71" column="0" lean-forward="false" selection-start-line="71" selection-start-column="0" selection-end-line="71" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/OSM2World/src/org/osm2world/console/OSM2World.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="324">
<caret line="129" column="12" lean-forward="true" selection-start-line="129" selection-start-column="12" selection-end-line="129" selection-end-column="12" />
<folding />
</state>
</provider>
</entry>
</component>
<component name="masterDetails">
<states>
<state key="ArtifactsStructureConfigurable.UI">
<settings>
<artifact-editor />
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
<state key="FacetStructureConfigurable.UI">
<settings>
<last-edited>No facets are configured</last-edited>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
<state key="GlobalLibrariesConfigurable.UI">
<settings>
<last-edited>jquery-2.1.4.min</last-edited>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
<state key="JdkListConfigurable.UI">
<settings>
<last-edited>1.8</last-edited>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
<state key="ModuleStructureConfigurable.UI">
<settings>
<last-edited>web</last-edited>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
<option value="0.6" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
<state key="ProjectJDKs.UI">
<settings>
<last-edited>1.8</last-edited>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
<state key="ProjectLibrariesConfigurable.UI">
<settings>
<last-edited>com.google.code.findbugs:jsr305:3.0.2</last-edited>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
</states>
</component>
</project>
================================================
FILE: .vscode/settings.json
================================================
{
"makefile.configureOnOpen": false,
"java.compile.nullAnalysis.mode": "automatic",
"eslint.useFlatConfig": true,
"eslint.workingDirectories": [
{ "directory": "web", "changeProcessCWD": true }
]
}
================================================
FILE: AGENTS.md
================================================
# Touch Mapper Agent Guide
This file is the operational contract for coding agents and contributors.
Touch Mapper generates tactile maps for blind and visually impaired users. Every change must preserve tactile clarity, semantic encoding, and pipeline integrity.
If unsure, stop and consult files in `doc/`.
## Scope and authority
`AGENTS.md` is authoritative for non-negotiable policy and guardrails.
`doc/*.md` is authoritative for procedures, commands, and implementation details.
If guidance conflicts, follow `doc/*.md` for operational behavior.
---
# Critical invariants (never violate)
These are architectural truths of Touch Mapper.
## Accessibility and tactile semantics
Touch Mapper is a symbolic tactile encoding system, not a realistic renderer.
Priority order:
1. Tactile clarity
2. Semantic contrast
3. Printability
4. Performance
5. Geometric correctness
Never reverse this order.
Vertical elevation encodes meaning and must remain tactually distinguishable.
Road width is part of tactile encoding and must not be arbitrarily changed.
Ground elevation must remain ignored.
Non-manifold geometry and overlapping solids are acceptable if prints are tactually correct.
Authoritative tier constants and mappings: `doc/way-area-extrusion-tiers.md`.
---
## Pipeline stage integrity (strict)
The converter pipeline is:
OSM
→ OSM2World
→ clip-2d
→ Blender tactile extrusion
→ metadata enrichment
→ render-ready model
→ map-content.json
→ S3 upload
→ UI rendering
Rules:
- Always merge bugs upstream (as early in the pipeline as possible), instead of being defensive downstream.
- Do not merge pipeline stages.
- Do not bypass stages.
- Do not change stage responsibilities without updating `doc/converter-pipeline-stages.md`.
Metadata lifecycle must remain consistent:
`map-meta-raw.json` → `map-meta.augmented.json` → `map-meta.json` → `map-content.json`
Authoritative stage definitions: `doc/converter-pipeline-stages.md`.
---
## map-content.json is a UI contract
`map-content.json` defines what users perceive in textual map description.
Default sections include:
- roads
- paths
- railways
- waterways
- buildings
- otherLinear
Agents modifying `map-content.json` must:
- Update schema docs.
- Update verification tests.
- Validate UI description output.
Backward compatibility is not required. Maps are mostly ephemeral.
Authoritative schema and verification workflows:
- `doc/map-description-model-schema.md`
- `doc/map-content-verification.md`
- `doc/map-description-introspection.md`
---
## Map content authority
Map content is controlled only by UI modes:
1. Normal
2. No buildings
3. Only big roads (includes water areas and railways)
---
# Development guardrails
Always:
- Scope changes tightly.
- Preserve tactile meaning.
- Update docs if behavior changes.
Never:
- Compromise tactile clarity.
- Work around map content problems downstream because earlier pipeline stages have created poor output.
- Introduce hidden pipeline coupling.
- Assume geometric correctness is more important than tactile clarity.
- Use Python newer than 3.5 where Blender/runtime constraints apply.
- Present multi-core performance as production performance.
Performance baseline constraints:
- Production assumptions are single core, 1 GB RAM, EC2 T-class instance.
- Benchmark with `taskset -c 0` when making performance claims.
Runtime architecture constraints:
Browser → SQS message → EC2 converter → S3 output → browser fetch
Execution time: 1-300 seconds.
Memory budget: 1 GB RAM maximum.
OSM data reading over Overpass API is dominant cost.
Temporary file policy:
- Use `.tmp/` and `bin/tmpctl`.
- Do not use `/tmp/` for project temp files.
Web i18n guardrail:
- There is no full runtime locale dictionary.
- JS must receive text through templates or `data-*` attributes.
- Locale files live in `web/locales/<lang>/tm.json`.
Authoritative coding conventions: `doc/development-conventions.md`.
---
## Docs index
- `doc/development-conventions.md`: coding conventions, web/i18n details, Python guidelines.
- `doc/development-setup.md`: authoritative local setup and developer workflows.
- `doc/map-content-verification.md`: authoritative verification commands and locale/visual checks.
- `doc/map-description-introspection.md`: canonical map-description inspection CLI flow.
- `doc/converter-pipeline-stages.md`: authoritative OSM2World outputs, pipeline stage names, and metadata lifecycle.
- `doc/map-description-model-schema.md`: map-description JSON schema.
- `doc/deployed-map-inspection.md`: inspect deployed map artifacts via map ID.
- `doc/ui-visual-baseline.md`: UI visual/style baseline.
- `doc/way-area-extrusion-tiers.md`: authoritative tactile extrusion tiers.
- `doc/creating-new-server.doc`: legacy server provisioning notes.
================================================
FILE: COPYING.txt
================================================
Touch Mapper is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License v3.0.
For-media content such as doc/image-for-media-licenced-cc-by.jpg can be reused under the Creative Commons Attribution 2.0 Generic (CC BY 2.0) license.
OSM2World and Blender use separate licenses.
================================================
FILE: Makefile
================================================
all:
@echo "No default target exists"
FORCE: ;
osm2world:
cd OSM2World && ant clean jar
test: FORCE
test/run-osm2world-regression.sh
dev-aws-install:
install/lambda-update.sh dev
install/cloudformation-update.sh dev
test-aws-install:
install/lambda-update.sh test
install/cloudformation-update.sh test
prod-aws-install:
install/lambda-update.sh prod
@echo 'run: install/cloudformation-update.sh prod'
dev-web-s3-install:
install/web-s3.sh dev
test-web-s3-install:
install/web-s3.sh test
prod-web-s3-install:
@echo 'run: install/web-s3.sh prod'
package:
install/package.sh
test-install-ec2: package
# First run: eval "$(ssh-agent -s)"; ssh-add .../ssh-key
# "tm-ec2" needs to be defined as a Host in ~/.ssh/config
rsync -a --delete --delay-updates -e ssh install/dist/ tm-ec2:touch-mapper/test/dist/
test-restart: package
ssh tm-ec2 touch-mapper/test/dist/ec2-restart-pollers.sh
prod-install-ec2: package
ssh tm-ec2 rsync -a --delete touch-mapper/test/dist touch-mapper/prod/
================================================
FILE: OSM2World/.classpath
================================================
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="build/lib/commons/commons-math3-3.0.jar"/>
<classpathentry kind="lib" path="build/lib/configuration/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="build/lib/configuration/commons-configuration-1.6.jar"/>
<classpathentry kind="lib" path="build/lib/configuration/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="build/lib/configuration/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="build/lib/javailp/javailp-1.2a.jar"/>
<classpathentry kind="lib" path="build/lib/javaproj/javaproj-1.0.6.jar"/>
<classpathentry kind="lib" path="build/lib/jewelcli/jewelcli-0.6.jar"/>
<classpathentry kind="lib" path="build/lib/jogl/gluegen-rt-natives-linux-amd64.jar"/>
<classpathentry kind="lib" path="build/lib/jogl/gluegen-rt-natives-linux-i586.jar"/>
<classpathentry kind="lib" path="build/lib/jogl/gluegen-rt-natives-macosx-universal.jar"/>
<classpathentry kind="lib" path="build/lib/jogl/gluegen-rt-natives-windows-amd64.jar"/>
<classpathentry kind="lib" path="build/lib/jogl/gluegen-rt-natives-windows-i586.jar"/>
<classpathentry kind="lib" path="build/lib/jogl/gluegen-rt.jar"/>
<classpathentry kind="lib" path="build/lib/jogl/jogl-all-natives-linux-amd64.jar"/>
<classpathentry kind="lib" path="build/lib/jogl/jogl-all-natives-linux-i586.jar"/>
<classpathentry kind="lib" path="build/lib/jogl/jogl-all-natives-macosx-universal.jar"/>
<classpathentry kind="lib" path="build/lib/jogl/jogl-all-natives-windows-amd64.jar"/>
<classpathentry kind="lib" path="build/lib/jogl/jogl-all-natives-windows-i586.jar"/>
<classpathentry kind="lib" path="build/lib/jogl/jogl-all.jar"/>
<classpathentry kind="lib" path="build/lib/jts/jts-1.11.jar"/>
<classpathentry kind="lib" path="build/lib/lp_solve/lpsolve55j.jar"/>
<classpathentry kind="lib" path="build/lib/osmosis/commons-compress-1.2.jar"/>
<classpathentry kind="lib" path="build/lib/osmosis/osmosis-core-0.41.jar"/>
<classpathentry kind="lib" path="build/lib/osmosis/osmosis-pbf-0.41.jar"/>
<classpathentry kind="lib" path="build/lib/osmosis/osmosis-xml-0.41.jar"/>
<classpathentry kind="lib" path="build/lib/osmosis/osmpbf-1.1.1-754a33af.jar"/>
<classpathentry kind="lib" path="build/lib/osmosis/protobuf-java-2.4.1.jar"/>
<classpathentry kind="lib" path="build/lib/osmosis/xercesImpl-2.9.1.jar"/>
<classpathentry kind="lib" path="build/lib/pngj/pngj-2.0.0.jar"/>
<classpathentry kind="lib" path="build/lib/poly2tri/poly2tri-core-0.1.1-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="build/lib/slf4j/slf4j-api-1.7.5.jar"/>
<classpathentry kind="lib" path="build/lib/slf4j/slf4j-simple-1.7.5.jar"/>
<classpathentry kind="lib" path="build/lib/trove/trove-111118193120.jar"/>
<classpathentry kind="lib" path="build/lib/trove/trove-3.0.1-src.jar"/>
<classpathentry kind="lib" path="build/OSM2World.jar"/>
<classpathentry kind="lib" path="lib/commons/commons-math3-3.0.jar"/>
<classpathentry kind="lib" path="lib/configuration/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/configuration/commons-configuration-1.6.jar"/>
<classpathentry kind="lib" path="lib/configuration/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="lib/configuration/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/javailp/javailp-1.2a.jar"/>
<classpathentry kind="lib" path="lib/javaproj/javaproj-1.0.6.jar"/>
<classpathentry kind="lib" path="lib/jewelcli/jewelcli-0.6.jar"/>
<classpathentry kind="lib" path="lib/jogl/gluegen-rt-natives-linux-amd64.jar"/>
<classpathentry kind="lib" path="lib/jogl/gluegen-rt-natives-linux-i586.jar"/>
<classpathentry kind="lib" path="lib/jogl/gluegen-rt-natives-macosx-universal.jar"/>
<classpathentry kind="lib" path="lib/jogl/gluegen-rt-natives-windows-amd64.jar"/>
<classpathentry kind="lib" path="lib/jogl/gluegen-rt-natives-windows-i586.jar"/>
<classpathentry kind="lib" path="lib/jogl/gluegen-rt.jar"/>
<classpathentry kind="lib" path="lib/jogl/jogl-all-natives-linux-amd64.jar"/>
<classpathentry kind="lib" path="lib/jogl/jogl-all-natives-linux-i586.jar"/>
<classpathentry kind="lib" path="lib/jogl/jogl-all-natives-macosx-universal.jar"/>
<classpathentry kind="lib" path="lib/jogl/jogl-all-natives-windows-amd64.jar"/>
<classpathentry kind="lib" path="lib/jogl/jogl-all-natives-windows-i586.jar"/>
<classpathentry kind="lib" path="lib/jogl/jogl-all.jar"/>
<classpathentry kind="lib" path="lib/jts/jts-1.11.jar"/>
<classpathentry kind="lib" path="lib/lp_solve/lpsolve55j.jar"/>
<classpathentry kind="lib" path="lib/osmosis/commons-compress-1.2.jar"/>
<classpathentry kind="lib" path="lib/osmosis/osmosis-core-0.41.jar"/>
<classpathentry kind="lib" path="lib/osmosis/osmosis-pbf-0.41.jar"/>
<classpathentry kind="lib" path="lib/osmosis/osmosis-xml-0.41.jar"/>
<classpathentry kind="lib" path="lib/osmosis/osmpbf-1.1.1-754a33af.jar"/>
<classpathentry kind="lib" path="lib/osmosis/protobuf-java-2.4.1.jar"/>
<classpathentry kind="lib" path="lib/osmosis/xercesImpl-2.9.1.jar"/>
<classpathentry kind="lib" path="lib/pngj/pngj-2.0.0.jar"/>
<classpathentry kind="lib" path="lib/poly2tri/poly2tri-core-0.1.1-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/slf4j/slf4j-api-1.7.5.jar"/>
<classpathentry kind="lib" path="lib/slf4j/slf4j-simple-1.7.5.jar"/>
<classpathentry kind="lib" path="lib/trove/trove-111118193120.jar"/>
<classpathentry kind="lib" path="lib/trove/trove-3.0.1-src.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jackson/jackson-databind-2.3.1.jar"/>
<classpathentry kind="lib" path="lib/jackson/jackson-core-2.8.6.jar"/>
<classpathentry kind="lib" path="lib/guava/guava-20.0.jar"/>
<classpathentry kind="output" path="eclipse-bin"/>
</classpath>
================================================
FILE: OSM2World/.gitignore
================================================
/bin
/build
/eclipse-bin/
================================================
FILE: OSM2World/.project
================================================
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Touch Mapper OSM2World</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<filteredResources>
<filter>
<id>1477832440066</id>
<name></name>
<type>22</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-name-matches-false-false-*.class</arguments>
</matcher>
</filter>
<filter>
<id>1769337938854</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
================================================
FILE: OSM2World/.vscode/settings.json
================================================
{
"java.compile.nullAnalysis.mode": "automatic"
}
================================================
FILE: OSM2World/COPYING.txt
================================================
Copyright © 2010–2011 OSM2World contributors
The libraries in the "lib" directory are not part of OSM2World, separate licenses apply for these files.
OSM2World is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
OSM2World is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of ERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with OSM2World. If not, see <http://www.gnu.org/licenses/>.
================================================
FILE: OSM2World/OSM2World.iml
================================================
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/build-adds" />
<excludeFolder url="file://$MODULE_DIR$/eclipse-bin" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="configuration" level="project" />
<orderEntry type="library" name="commons-math3-3.0" level="project" />
<orderEntry type="library" name="commons-math3-3.01" level="project" />
<orderEntry type="library" name="pngj-2.0.0" level="project" />
<orderEntry type="library" name="pngj-2.0.01" level="project" />
<orderEntry type="library" name="javailp-1.2a1" level="project" />
<orderEntry type="library" name="jewelcli-0.6" level="project" />
<orderEntry type="library" name="guava-20.0" level="project" />
<orderEntry type="library" name="jackson" level="project" />
<orderEntry type="library" name="poly2tri-core-0.1.1-SNAPSHOT1" level="project" />
<orderEntry type="library" name="configuration1" level="project" />
<orderEntry type="library" name="jogl1" level="project" />
<orderEntry type="library" name="jogl" level="project" />
<orderEntry type="library" name="osmosis1" level="project" />
<orderEntry type="library" name="javailp-1.2a" level="project" />
<orderEntry type="library" name="jackson1" level="project" />
<orderEntry type="library" name="jts" level="project" />
<orderEntry type="library" name="jts1" level="project" />
<orderEntry type="library" name="guava-20.01" level="project" />
<orderEntry type="library" name="OSM2World" level="project" />
<orderEntry type="library" name="osmosis" level="project" />
<orderEntry type="library" name="jewelcli-0.61" level="project" />
<orderEntry type="library" name="poly2tri-core-0.1.1-SNAPSHOT" level="project" />
<orderEntry type="library" name="annotations-java8" level="project" />
<orderEntry type="library" name="com.google.code.findbugs:jsr305:3.0.2" level="project" />
</component>
</module>
================================================
FILE: OSM2World/build-adds/example_config.properties
================================================
! This is an example for an OSM2World (http://osm2world.org/) config file.
! It is not used by default. If you want to use a config file, try the
! "--config <filename>" option on the command line when starting OSM2World.
! For more options and documentation, see the OpenStreetMap wiki:
! http://wiki.osm.org/OSM2World/Configuration_file
# a directory containing raw SRTM elevation data,
# which can be obtained from http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/
# If this is not available, terrain calculation is disabled.
# srtmDir = srtm
# background color or image for PNG output
backgroundColor = #000000
# backgroundImage = textures/background.png
# tree density in forests
treesPerSquareMeter = 0.001
# tree heights
defaultTreeHeight = 10.0
defaultTreeHeightForest = 20.0
# sets the color of "empty" terrain. See Materials.java for other materials.
material_TERRAIN_DEFAULT_color = #FFFFFF
# sets a texture for building walls.
# material_BUILDING_DEFAULT_texture_file = textures/plaster.png
# material_BUILDING_DEFAULT_texture_width = 2.5
# material_BUILDING_DEFAULT_texture_height = 2.5
# material_BUILDING_DEFAULT_texture_colorable = true
# enable (true) or disable (false) parsing of building color and material tags
useBuildingColors = true
# enable (true) or disable (false) a second texture layer for buildings, showing windows
drawBuildingWindows = true
# enable (true) or disable (false) replacing geometry with textured billboards
useBillboards = true
# enable (true) or disable (false) rendering of world objects below the ground
renderUnderground = true
# true prevents the PNG export from buffering primitives. This reduces RAM usage, but can increase rendering time.
forceUnbufferedPNGRendering = false
# maximum size for each dimension of the OpenGL canvas used for PNG output.
# If this is lower than the width or height of the requested png, performance suffers.
# Increase it if your graphics hardware is capable of handling larger sizes.
canvasLimit = 1024
================================================
FILE: OSM2World/build-adds/osm2world-windows.bat
================================================
java -Xmx2G -jar OSM2World.jar %*
================================================
FILE: OSM2World/build-adds/osm2world.sh
================================================
#!/bin/bash
# retrieve VM parameters
vmparams="-Xmx2G"
if [[ $1 == --vm-params=* ]]
then
vmparams=${1:12}
shift
fi
# choose path for the native JOGL libs depending on system and java version
MACHINE_TYPE=`uname -m`
KERNEL_NAME=`uname -s`
if [ ${KERNEL_NAME} == 'Darwin' ]; then
lpsolvepath="lib/lp_solve/mac"
else
if [ `java -version 2>&1|grep -c 64-Bit` -gt 0 ]; then
lpsolvepath="lib/lp_solve/ux64"
else
lpsolvepath="lib/lp_solve/ux32"
fi
fi
# run OSM2World
export LD_LIBRARY_PATH=$lpsolvepath
java -Djava.library.path=$lpsolvepath $vmparams -jar OSM2World.jar --config texture_config.properties $@
================================================
FILE: OSM2World/build.xml
================================================
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="main">
<property name="releaseVersion" value="noversion" />
<!-- classpath used for javadoc and javac, don't forget to manually update the jar manifest classpath! -->
<property name="classpath" value="lib/jsr305-3.0.2.jar:lib/configuration/commons-collections-3.2.1.jar:lib/configuration/commons-configuration-1.6.jar:lib/configuration/commons-lang-2.6.jar:lib/configuration/commons-logging-1.1.1.jar:lib/jogl/gluegen-rt.jar:lib/jogl/gluegen-rt-natives-linux-amd64.jar:lib/jogl/gluegen-rt-natives-linux-i586.jar:lib/jogl/gluegen-rt-natives-macosx-universal.jar:lib/jogl/gluegen-rt-natives-windows-amd64.jar:lib/jogl/gluegen-rt-natives-windows-i586.jar:lib/jogl/jogl-all.jar:lib/jogl/jogl-all-natives-linux-amd64.jar:lib/jogl/jogl-all-natives-linux-i586.jar:lib/jogl/jogl-all-natives-macosx-universal.jar:lib/jogl/jogl-all-natives-windows-amd64.jar:lib/jogl/jogl-all-natives-windows-i586.jar:lib/jewelcli/jewelcli-0.6.jar:lib/jts/jts-1.11.jar:lib/osmosis/commons-compress-1.2.jar:lib/osmosis/osmosis-core-0.41.jar:lib/osmosis/osmosis-pbf-0.41.jar:lib/osmosis/osmosis-xml-0.41.jar:lib/osmosis/osmpbf-1.1.1-754a33af.jar:lib/osmosis/protobuf-java-2.4.1.jar:lib/osmosis/xercesImpl-2.9.1.jar:lib/javaproj/javaproj-1.0.6.jar:lib/guava/guava-20.0.jar:lib/trove/trove-111118193120.jar:lib/poly2tri/poly2tri-core-0.1.1-SNAPSHOT.jar:lib/slf4j/slf4j-api-1.7.5.jar:lib/slf4j/slf4j-simple-1.7.5.jar:lib/commons/commons-math3-3.0.jar:lib/javailp/javailp-1.2a.jar:lib/lp_solve/lpsolve55j.jar:lib/pngj/pngj-2.0.0.jar:lib/jackson/jackson-core-2.8.6.jar:lib/jackson/jackson-databind-2.3.1.jar:lib/jackson/jackson-annotations-2.8.0.jar:resources/" />
<property name="manifest-cp" value=". lib/jsr305-3.0.2.jar lib/configuration/commons-collections-3.2.1.jar lib/configuration/commons-configuration-1.6.jar lib/configuration/commons-lang-2.6.jar lib/configuration/commons-logging-1.1.1.jar lib/jogl/gluegen-rt.jar lib/jogl/gluegen-rt-natives-linux-amd64.jar lib/jogl/gluegen-rt-natives-linux-i586.jar lib/jogl/gluegen-rt-natives-macosx-universal.jar lib/jogl/gluegen-rt-natives-windows-amd64.jar lib/jogl/gluegen-rt-natives-windows-i586.jar lib/jogl/jogl-all.jar lib/jogl/jogl-all-natives-linux-amd64.jar lib/jogl/jogl-all-natives-linux-i586.jar lib/jogl/jogl-all-natives-macosx-universal.jar lib/jogl/jogl-all-natives-windows-amd64.jar lib/jogl/jogl-all-natives-windows-i586.jar lib/jewelcli/jewelcli-0.6.jar lib/jts/jts-1.11.jar lib/osmosis/commons-compress-1.2.jar lib/osmosis/osmosis-core-0.41.jar lib/osmosis/osmosis-pbf-0.41.jar lib/osmosis/osmosis-xml-0.41.jar lib/osmosis/osmpbf-1.1.1-754a33af.jar lib/osmosis/protobuf-java-2.4.1.jar lib/osmosis/xercesImpl-2.9.1.jar lib/javaproj/javaproj-1.0.6.jar lib/guava/guava-20.0.jar lib/trove/trove-111118193120.jar lib/poly2tri/poly2tri-core-0.1.1-SNAPSHOT.jar lib/slf4j/slf4j-api-1.7.5.jar lib/slf4j/slf4j-simple-1.7.5.jar lib/commons/commons-math3-3.0.jar lib/javailp/javailp-1.2a.jar lib/lp_solve/lpsolve55j.jar lib/pngj/pngj-2.0.0.jar lib/jackson/jackson-core-2.8.6.jar lib/jackson/jackson-databind-2.3.1.jar lib/jackson/jackson-annotations-2.8.0.jar resources/" />
<target name="help">
<echo message=" TARGETS:"/>
<echo message=" help => print this help"/>
<echo message=" clean => removes files in build/ and bin/"/>
<echo message=" jar => builds an optimized version of OSM2World"/>
<echo message=" jardbg => builds a debug build of OSM2World"/>
<echo message=" release => builds a release version of OSM2World"/>
<echo message=" javadoc => generates the API docs (javadoc)"/>
</target>
<target name="main" depends="help">
<echo message=" Now running default target jar"/>
<antcall target="jar"/>
</target>
<target name="clean">
<delete includeemptydirs="true"><fileset dir="bin" includes="**/*" erroronmissingdir="false"/></delete>
<delete includeemptydirs="true"><fileset dir="build" includes="*" excludes="*.config,*.inc,*.sh,*.bat,texture*" erroronmissingdir="false"/></delete>
<delete dir="doc/javadoc"/>
</target>
<target name="compile">
<mkdir dir="bin"/>
<javac target="1.7" source="1.7" optimize="true" encoding="UTF-8" srcdir="src" destdir="bin" classpath="${classpath}" includeantruntime="false"/>
</target>
<target name="compiledbg">
<mkdir dir="bin"/>
<javac target="1.7" source="1.7" debug="true" encoding="UTF-8" srcdir="src" destdir="bin" classpath="${classpath}" includeantruntime="false"/>
</target>
<target name="jar" depends="compile">
<mkdir dir="build"/>
<jar destfile="build/OSM2World.jar">
<manifest>
<attribute name="Main-Class" value="org.osm2world.console.OSM2World"/>
<attribute name="Class-Path" value="${manifest-cp}"/>
</manifest>
<fileset dir="bin"/>
</jar>
<delete dir="build/lib"/>
<mkdir dir="build/lib"/>
<copy todir="build/lib"><fileset dir="lib"/></copy>
<delete dir="build/resources"/>
<mkdir dir="build/resources"/>
<copy todir="build/resources"><fileset dir="resources"/></copy>
</target>
<target name="jardbg" depends="compiledbg">
<mkdir dir="build"/>
<jar destfile="build/OSM2World.jar">
<manifest>
<attribute name="Main-Class" value="org.osm2world.console.OSM2World"/>
<attribute name="Class-Path" value="${manifest-cp}"/>
</manifest>
<fileset dir="bin"/>
</jar>
<delete dir="build/lib"/>
<mkdir dir="build/lib"/>
<copy todir="build/lib"><fileset dir="lib"/></copy>
<delete dir="build/resources"/>
<mkdir dir="build/resources"/>
<copy todir="build/resources"><fileset dir="resources"/></copy>
</target>
<target name="release.bin" depends="jar">
<mkdir dir="build/temp"/>
<copy todir="build/temp" file="build/OSM2World.jar"/>
<copy todir="build/temp"><fileset dir="build-adds"/></copy>
<copy todir="build/temp/resources"><fileset dir="resources"/></copy>
<copy todir="build/temp/lib"><fileset dir="lib" excludes="jts/jts-1.11-src.zip"/></copy>
<copy todir="build/temp"><fileset dir="." includes="*.txt"/></copy>
<zip destfile="build/OSM2World-${releaseVersion}-bin.zip">
<zipfileset dir="build/temp" includes="*.sh" filemode="755"/>
<zipfileset dir="build/temp" excludes="*.sh"/>
</zip>
<delete dir="build/temp"/>
</target>
<target name="release.src" depends="javadoc">
<mkdir dir="build/temp"/>
<copy todir="build/temp/build-adds"><fileset dir="build-adds"/></copy>
<copy todir="build/temp/resources"><fileset dir="resources"/></copy>
<copy todir="build/temp/doc"><fileset dir="doc"/></copy>
<copy todir="build/temp/lib"><fileset dir="lib"/></copy>
<copy todir="build/temp/src"><fileset dir="src"/></copy>
<copy todir="build/temp/test"><fileset dir="test"/></copy>
<copy todir="build/temp"><fileset dir="." includes="*.txt"/></copy>
<copy todir="build/temp" file="build.xml"/>
<zip destfile="build/OSM2World-${releaseVersion}-src.zip" basedir="build/temp"/>
<delete dir="build/temp"/>
</target>
<target name="release" depends="release.src,release.bin"/>
<target name="javadoc">
<javadoc access="protected" additionalparam=" -windowtitle "OSM2World Javadoc" -group "OSM2World Core" "org.osm2world.core*" -group "OSM2World GUI" "org.osm2world.viewer*" -group "OSM2World Command Line" "org.osm2world.console*" -noqualifier all " author="false" classpath="${classpath}" destdir="doc/javadoc" doctitle="OSM2World Documentation" nodeprecated="false" nodeprecatedlist="true" noindex="false" nonavbar="false" notree="false" source="1.6" sourcepath="src" splitindex="true" use="true" version="false"/>
</target>
</project>
================================================
FILE: OSM2World/gpl.txt
================================================
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
================================================
FILE: OSM2World/lgpl.txt
================================================
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.
"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".
The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:
a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.
1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.
================================================
FILE: OSM2World/lib/configuration/LICENSE.txt
================================================
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
================================================
FILE: OSM2World/lib/guava/COPYING
================================================
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
================================================
FILE: OSM2World/lib/jogl/jogl.LICENSE.txt
================================================
The JOGL source code is mostly licensed under the New BSD 2-clause license,
however it contains other licensed material as well.
Below you find a detailed list of licenses used in this project.
+++
The content of folder 'make/lib' contains build- and test-time only
Java binaries (JAR) to ease the build setup.
Each JAR file has it's corresponding LICENSE file containing the
source location and license text. None of these binaries are contained in any way
by the generated and deployed JOGL binaries.
+++
L.1) The JOGL source tree contains code from the JogAmp Community
which is covered by the Simplified BSD 2-clause license:
Copyright 2010 JogAmp Community. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of
conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list
of conditions and the following disclaimer in the documentation and/or other materials
provided with the distribution.
THIS SOFTWARE IS PROVIDED BY JogAmp Community ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JogAmp Community OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The views and conclusions contained in the software and documentation are those of the
authors and should not be interpreted as representing official policies, either expressed
or implied, of JogAmp Community.
You can address the JogAmp Community via:
Web http://jogamp.org/
Forum/Mailinglist http://forum.jogamp.org
JogAmp Channel server: conference.jabber.org room: jogamp
Repository http://jogamp.org/git/
Email mediastream _at_ jogamp _dot_ org
L.2) The JOGL source tree contains code from Sun Microsystems, Inc.
which is covered by the New BSD 3-clause license:
Copyright (c) 2003-2009 Sun Microsystems, Inc. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistribution of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistribution in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
Neither the name of Sun Microsystems, Inc. or the names of
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
This software is provided "AS IS," without a warranty of any kind. ALL
EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN
MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE FOR
ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR
ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR
DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE
DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY,
ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF
SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
You acknowledge that this software is not designed or intended for use
in the design, construction, operation or maintenance of any nuclear
facility.
L.3) The JOGL source tree contains code ported from the OpenGL sample
implementation by Silicon Graphics, Inc. This code is licensed under
the SGI Free Software License B, Version 2.0
License Applicability. Except to the extent portions of this file are
made subject to an alternative license as permitted in the SGI Free
Software License B, Version 2.0 (the "License"), the contents of this
file are subject only to the provisions of the License. You may not use
this file except in compliance with the License. You may obtain a copy
of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
http://oss.sgi.com/projects/FreeB
http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf
Or within this repository: doc/licenses/SGIFreeSWLicB.2.0.pdf
Note that, as provided in the License, the Software is distributed on an
"AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
L.4) The JOGL source tree contains code from the LWJGL project which is
similarly covered by the New BSD 3-clause license:
Copyright (c) 2002-2004 LWJGL Project
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of 'LWJGL' nor the names of
its contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
L.5) The JOGL source tree also contains a Java port of Brian Paul's Tile
Rendering library, used with permission of the author under the
New BSD 3-clause license instead of the original LGPL:
Copyright (c) 1997-2005 Brian Paul. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistribution of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistribution in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
Neither the name of Brian Paul or the names of contributors may be
used to endorse or promote products derived from this software
without specific prior written permission.
This software is provided "AS IS," without a warranty of any
kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
EXCLUDED. THE COPYRIGHT HOLDERS AND CONTRIBUTORS SHALL NOT BE
LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
EVENT WILL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY
LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
INABILITY TO USE THIS SOFTWARE, EVEN IF THE COPYRIGHT HOLDERS OR
CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
A.1) The JOGL source tree also contains header files from Khronos,
reflecting OpenKODE, EGL, OpenGL ES1, OpenGL ES2 and OpenGL.
http://www.khronos.org/legal/license/
Files:
make/stub_includes/opengl/**
make/stub_includes/egl/**
make/stub_includes/khr/**
make/stub_includes/openmax/**
Copyright (c) 2007-2010 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any perso
gitextract_7zef6l42/
├── .github/
│ └── ISSUE_TEMPLATE/
│ ├── bug_report.yml
│ ├── config.yml
│ └── feature_request.yml
├── .gitignore
├── .idea/
│ ├── inspectionProfiles/
│ │ └── Project_Default.xml
│ ├── jsLibraryMappings.xml
│ ├── libraries/
│ │ ├── OSM2World.xml
│ │ ├── annotations_java8.xml
│ │ ├── com_google_code_findbugs_jsr305_3_0_2.xml
│ │ ├── commons_math3_3_0.xml
│ │ ├── commons_math3_3_01.xml
│ │ ├── configuration.xml
│ │ ├── configuration1.xml
│ │ ├── guava_20_0.xml
│ │ ├── guava_20_01.xml
│ │ ├── jackson.xml
│ │ ├── jackson1.xml
│ │ ├── javailp_1_2a.xml
│ │ ├── javailp_1_2a1.xml
│ │ ├── javaproj_1_0_6.xml
│ │ ├── javaproj_1_0_61.xml
│ │ ├── jewelcli_0_6.xml
│ │ ├── jewelcli_0_61.xml
│ │ ├── jogl.xml
│ │ ├── jogl1.xml
│ │ ├── jquery_2_1_4_min.xml
│ │ ├── jts.xml
│ │ ├── jts1.xml
│ │ ├── lpsolve55j.xml
│ │ ├── lpsolve55j1.xml
│ │ ├── osmosis.xml
│ │ ├── osmosis1.xml
│ │ ├── pngj_2_0_0.xml
│ │ ├── pngj_2_0_01.xml
│ │ ├── poly2tri_core_0_1_1_SNAPSHOT.xml
│ │ ├── poly2tri_core_0_1_1_SNAPSHOT1.xml
│ │ ├── slf4j.xml
│ │ ├── slf4j1.xml
│ │ ├── trove.xml
│ │ └── trove1.xml
│ ├── misc.xml
│ ├── modules.xml
│ ├── touch-mapper.iml
│ ├── vcs.xml
│ └── workspace.xml
├── .vscode/
│ └── settings.json
├── AGENTS.md
├── COPYING.txt
├── Makefile
├── OSM2World/
│ ├── .classpath
│ ├── .gitignore
│ ├── .project
│ ├── .vscode/
│ │ └── settings.json
│ ├── COPYING.txt
│ ├── OSM2World.iml
│ ├── build-adds/
│ │ ├── example_config.properties
│ │ ├── osm2world-windows.bat
│ │ └── osm2world.sh
│ ├── build.xml
│ ├── gpl.txt
│ ├── lgpl.txt
│ ├── lib/
│ │ ├── commons/
│ │ │ └── commons-math3-3.0.jar
│ │ ├── configuration/
│ │ │ ├── LICENSE.txt
│ │ │ ├── commons-collections-3.2.1.jar
│ │ │ ├── commons-configuration-1.6.jar
│ │ │ ├── commons-lang-2.6.jar
│ │ │ └── commons-logging-1.1.1.jar
│ │ ├── guava/
│ │ │ ├── COPYING
│ │ │ └── guava-20.0.jar
│ │ ├── jackson/
│ │ │ ├── jackson-annotations-2.8.0.jar
│ │ │ ├── jackson-core-2.8.6.jar
│ │ │ └── jackson-databind-2.3.1.jar
│ │ ├── javailp/
│ │ │ └── javailp-1.2a.jar
│ │ ├── javaproj/
│ │ │ └── javaproj-1.0.6.jar
│ │ ├── jewelcli/
│ │ │ └── jewelcli-0.6.jar
│ │ ├── jogl/
│ │ │ ├── gluegen-rt-natives-linux-amd64.jar
│ │ │ ├── gluegen-rt-natives-linux-i586.jar
│ │ │ ├── gluegen-rt-natives-macosx-universal.jar
│ │ │ ├── gluegen-rt-natives-windows-amd64.jar
│ │ │ ├── gluegen-rt-natives-windows-i586.jar
│ │ │ ├── gluegen-rt.jar
│ │ │ ├── jogl-all-natives-linux-amd64.jar
│ │ │ ├── jogl-all-natives-linux-i586.jar
│ │ │ ├── jogl-all-natives-macosx-universal.jar
│ │ │ ├── jogl-all-natives-windows-amd64.jar
│ │ │ ├── jogl-all-natives-windows-i586.jar
│ │ │ ├── jogl-all.jar
│ │ │ └── jogl.LICENSE.txt
│ │ ├── jsr305-3.0.2.jar
│ │ ├── jts/
│ │ │ ├── LICENSE.txt
│ │ │ └── jts-1.11.jar
│ │ ├── lp_solve/
│ │ │ ├── LGPL
│ │ │ ├── README.html
│ │ │ ├── lpsolve55j.jar
│ │ │ ├── ux32/
│ │ │ │ ├── liblpsolve55.a
│ │ │ │ └── lp_solve
│ │ │ └── ux64/
│ │ │ ├── liblpsolve55.a
│ │ │ └── lp_solve
│ │ ├── osmosis/
│ │ │ ├── commons-compress-1.2.jar
│ │ │ ├── copying.txt
│ │ │ ├── osmosis-core-0.41.jar
│ │ │ ├── osmosis-pbf-0.41.jar
│ │ │ ├── osmosis-xml-0.41.jar
│ │ │ ├── osmpbf-1.1.1-754a33af.jar
│ │ │ ├── protobuf-java-2.4.1.jar
│ │ │ └── xercesImpl-2.9.1.jar
│ │ ├── pngj/
│ │ │ └── pngj-2.0.0.jar
│ │ ├── poly2tri/
│ │ │ ├── LICENSE.txt
│ │ │ └── poly2tri-core-0.1.1-SNAPSHOT.jar
│ │ ├── slf4j/
│ │ │ ├── LICENSE.txt
│ │ │ ├── slf4j-api-1.7.5.jar
│ │ │ └── slf4j-simple-1.7.5.jar
│ │ └── trove/
│ │ ├── AUTHORS.txt
│ │ ├── LICENSE.txt
│ │ ├── README-license.txt
│ │ ├── README.txt
│ │ ├── trove-111118193120.jar
│ │ └── trove-3.0.1-src.jar
│ ├── osm2world-rel20160312-to-bdb0c396e899ee9.patch
│ ├── resources/
│ │ ├── osm2world_definitions.inc
│ │ └── shaders/
│ │ ├── background.fragment
│ │ ├── background.vertex
│ │ ├── default.fragment
│ │ ├── default.vertex
│ │ ├── nonarea.fragment
│ │ ├── nonarea.vertex
│ │ ├── shadowmap.fragment
│ │ ├── shadowmap.vertex
│ │ ├── shadowvolume.fragment
│ │ └── shadowvolume.vertex
│ ├── src/
│ │ └── org/
│ │ ├── openstreetmap/
│ │ │ └── josm/
│ │ │ └── plugins/
│ │ │ └── graphview/
│ │ │ └── core/
│ │ │ ├── data/
│ │ │ │ ├── DataSource.java
│ │ │ │ ├── DataSourceObserver.java
│ │ │ │ ├── EmptyTagGroup.java
│ │ │ │ ├── MapBasedTagGroup.java
│ │ │ │ ├── Tag.java
│ │ │ │ ├── TagGroup.java
│ │ │ │ └── osmosis/
│ │ │ │ └── OSMFileDataSource.java
│ │ │ └── util/
│ │ │ └── ValueStringParser.java
│ │ └── osm2world/
│ │ ├── console/
│ │ │ ├── CLIArguments.java
│ │ │ ├── CLIArgumentsGroup.java
│ │ │ ├── CLIArgumentsUtil.java
│ │ │ ├── ImageExporter.java
│ │ │ ├── LatLonEle.java
│ │ │ ├── OSM2World.java
│ │ │ ├── Output.java
│ │ │ ├── Resolution.java
│ │ │ ├── package-info.java
│ │ │ └── package.html
│ │ ├── core/
│ │ │ ├── ConversionFacade.java
│ │ │ ├── GlobalValues.java
│ │ │ ├── heightmap/
│ │ │ │ ├── creation/
│ │ │ │ │ ├── EmptyTerrainElevationGrid.java
│ │ │ │ │ ├── FlatTerrainElevation.java
│ │ │ │ │ └── WaveTerrainElevation.java
│ │ │ │ ├── data/
│ │ │ │ │ ├── AbstractCellularTerrainElevation.java
│ │ │ │ │ ├── CellularTerrainElevation.java
│ │ │ │ │ ├── TerrainElevation.java
│ │ │ │ │ ├── TerrainElevationCell.java
│ │ │ │ │ └── TerrainPoint.java
│ │ │ │ └── package.html
│ │ │ ├── map_data/
│ │ │ │ ├── creation/
│ │ │ │ │ ├── EmptyTerrainBuilder.java
│ │ │ │ │ ├── LatLon.java
│ │ │ │ │ ├── MapProjection.java
│ │ │ │ │ ├── MercatorProjection.java
│ │ │ │ │ ├── MetricMapProjection.java
│ │ │ │ │ ├── MultipolygonAreaBuilder.java
│ │ │ │ │ ├── OSMToMapDataConverter.java
│ │ │ │ │ ├── OriginMapProjection.java
│ │ │ │ │ ├── OrthographicAzimuthalMapProjection.java
│ │ │ │ │ └── index/
│ │ │ │ │ ├── Map2dTree.java
│ │ │ │ │ ├── MapDataIndex.java
│ │ │ │ │ ├── MapIntersectionGrid.java
│ │ │ │ │ └── MapQuadtree.java
│ │ │ │ ├── data/
│ │ │ │ │ ├── MapArea.java
│ │ │ │ │ ├── MapAreaSegment.java
│ │ │ │ │ ├── MapData.java
│ │ │ │ │ ├── MapElement.java
│ │ │ │ │ ├── MapNode.java
│ │ │ │ │ ├── MapSegment.java
│ │ │ │ │ ├── MapWaySegment.java
│ │ │ │ │ └── overlaps/
│ │ │ │ │ ├── MapIntersectionWW.java
│ │ │ │ │ ├── MapOverlap.java
│ │ │ │ │ ├── MapOverlapAA.java
│ │ │ │ │ ├── MapOverlapNA.java
│ │ │ │ │ ├── MapOverlapType.java
│ │ │ │ │ └── MapOverlapWA.java
│ │ │ │ ├── object_info/
│ │ │ │ │ ├── AddressGatherer.java
│ │ │ │ │ ├── BaseObject.java
│ │ │ │ │ ├── MapMetaWriter.java
│ │ │ │ │ ├── ObjectInfoManager.java
│ │ │ │ │ ├── ObjectType.java
│ │ │ │ │ ├── PoiObject.java
│ │ │ │ │ ├── Point.java
│ │ │ │ │ ├── TouchMapperCategory.java
│ │ │ │ │ └── WayObject.java
│ │ │ │ └── package.html
│ │ │ ├── map_elevation/
│ │ │ │ ├── creation/
│ │ │ │ │ ├── BridgeTunnelElevationCalculator.java
│ │ │ │ │ ├── DelaunayTriangulation.java
│ │ │ │ │ ├── EleConstraintEnforcer.java
│ │ │ │ │ ├── EleConstraintValidator.java
│ │ │ │ │ ├── EleTagElevationCalculator.java
│ │ │ │ │ ├── ElevationCalculator.java
│ │ │ │ │ ├── InverseDistanceWeightingInterpolator.java
│ │ │ │ │ ├── LPEleConstraintEnforcer.java
│ │ │ │ │ ├── LeastSquaresInterpolator.java
│ │ │ │ │ ├── LevelTagElevationCalculator.java
│ │ │ │ │ ├── LinearInterpolator.java
│ │ │ │ │ ├── NNDebugViewer.java
│ │ │ │ │ ├── NaturalNeighborInterpolator.java
│ │ │ │ │ ├── NoneEleConstraintEnforcer.java
│ │ │ │ │ ├── SRTMData.java
│ │ │ │ │ ├── SRTMTile.java
│ │ │ │ │ ├── SimpleEleConstraintEnforcer.java
│ │ │ │ │ ├── TagElevationCalculator.java
│ │ │ │ │ ├── TerrainElevationData.java
│ │ │ │ │ ├── TerrainInterpolator.java
│ │ │ │ │ ├── ZeroElevationCalculator.java
│ │ │ │ │ └── ZeroInterpolator.java
│ │ │ │ ├── data/
│ │ │ │ │ ├── AreaElevationProfile.java
│ │ │ │ │ ├── EleConnector.java
│ │ │ │ │ ├── EleConnectorGroup.java
│ │ │ │ │ ├── ElevationProfile.java
│ │ │ │ │ ├── GroundState.java
│ │ │ │ │ ├── LPVariablePair.java
│ │ │ │ │ ├── NodeElevationProfile.java
│ │ │ │ │ └── WaySegmentElevationProfile.java
│ │ │ │ └── package.html
│ │ │ ├── math/
│ │ │ │ ├── AxisAlignedBoundingBoxXYZ.java
│ │ │ │ ├── AxisAlignedBoundingBoxXZ.java
│ │ │ │ ├── GeometryUtil.java
│ │ │ │ ├── InvalidGeometryException.java
│ │ │ │ ├── JTSConversionUtil.java
│ │ │ │ ├── LineSegmentXYZ.java
│ │ │ │ ├── LineSegmentXZ.java
│ │ │ │ ├── Poly2TriUtil.java
│ │ │ │ ├── PolygonWithHolesXZ.java
│ │ │ │ ├── PolygonXYZ.java
│ │ │ │ ├── PolygonXZ.java
│ │ │ │ ├── SimplePolygonXZ.java
│ │ │ │ ├── TriangleXYZ.java
│ │ │ │ ├── TriangleXYZWithNormals.java
│ │ │ │ ├── TriangleXZ.java
│ │ │ │ ├── Vector3D.java
│ │ │ │ ├── Vector4D.java
│ │ │ │ ├── VectorGridXZ.java
│ │ │ │ ├── VectorXYZ.java
│ │ │ │ ├── VectorXYZW.java
│ │ │ │ ├── VectorXZ.java
│ │ │ │ ├── algorithms/
│ │ │ │ │ ├── CAGUtil.java
│ │ │ │ │ ├── EarClippingTriangulationUtil.java
│ │ │ │ │ ├── JTSTriangulationUtil.java
│ │ │ │ │ ├── NormalCalculationUtil.java
│ │ │ │ │ ├── Poly2TriTriangulationUtil.java
│ │ │ │ │ ├── TriangulationInputSanitizer.java
│ │ │ │ │ └── TriangulationUtil.java
│ │ │ │ ├── datastructures/
│ │ │ │ │ ├── IntersectionGrid.java
│ │ │ │ │ └── IntersectionTestObject.java
│ │ │ │ └── package.html
│ │ │ ├── osm/
│ │ │ │ ├── creation/
│ │ │ │ │ ├── JOSMFileHack.java
│ │ │ │ │ ├── OSMDataReader.java
│ │ │ │ │ └── OsmosisReader.java
│ │ │ │ ├── data/
│ │ │ │ │ ├── OSMData.java
│ │ │ │ │ ├── OSMElement.java
│ │ │ │ │ ├── OSMMember.java
│ │ │ │ │ ├── OSMNode.java
│ │ │ │ │ ├── OSMRelation.java
│ │ │ │ │ └── OSMWay.java
│ │ │ │ ├── package.html
│ │ │ │ └── ruleset/
│ │ │ │ ├── HardcodedRuleset.java
│ │ │ │ └── Ruleset.java
│ │ │ ├── target/
│ │ │ │ ├── Renderable.java
│ │ │ │ ├── RenderableToAllTargets.java
│ │ │ │ ├── Target.java
│ │ │ │ ├── TargetUtil.java
│ │ │ │ ├── common/
│ │ │ │ │ ├── AbstractTarget.java
│ │ │ │ │ ├── FaceTarget.java
│ │ │ │ │ ├── Primitive.java
│ │ │ │ │ ├── PrimitiveTarget.java
│ │ │ │ │ ├── RenderableToFaceTarget.java
│ │ │ │ │ ├── RenderableToPrimitiveTarget.java
│ │ │ │ │ ├── TextureData.java
│ │ │ │ │ ├── lighting/
│ │ │ │ │ │ └── GlobalLightingParameters.java
│ │ │ │ │ ├── material/
│ │ │ │ │ │ ├── ConfMaterial.java
│ │ │ │ │ │ ├── ImmutableMaterial.java
│ │ │ │ │ │ ├── Material.java
│ │ │ │ │ │ ├── Materials.java
│ │ │ │ │ │ ├── NamedTexCoordFunction.java
│ │ │ │ │ │ ├── TexCoordFunction.java
│ │ │ │ │ │ └── TexCoordUtil.java
│ │ │ │ │ └── rendering/
│ │ │ │ │ ├── Camera.java
│ │ │ │ │ ├── OrthoTilesUtil.java
│ │ │ │ │ ├── Projection.java
│ │ │ │ │ └── TileNumber.java
│ │ │ │ ├── jogl/
│ │ │ │ │ ├── AbstractJOGLTarget.java
│ │ │ │ │ ├── AbstractPrimitiveShader.java
│ │ │ │ │ ├── AbstractShader.java
│ │ │ │ │ ├── BackgroundShader.java
│ │ │ │ │ ├── DefaultShader.java
│ │ │ │ │ ├── DepthBufferShader.java
│ │ │ │ │ ├── JOGLRenderer.java
│ │ │ │ │ ├── JOGLRendererDisplayList.java
│ │ │ │ │ ├── JOGLRendererVBO.java
│ │ │ │ │ ├── JOGLRendererVBOFixedFunction.java
│ │ │ │ │ ├── JOGLRendererVBONonAreaShader.java
│ │ │ │ │ ├── JOGLRendererVBOShader.java
│ │ │ │ │ ├── JOGLRendererVBOShadowVolume.java
│ │ │ │ │ ├── JOGLRenderingParameters.java
│ │ │ │ │ ├── JOGLTarget.java
│ │ │ │ │ ├── JOGLTargetFixedFunction.java
│ │ │ │ │ ├── JOGLTargetShader.java
│ │ │ │ │ ├── JOGLTextureManager.java
│ │ │ │ │ ├── NonAreaPrimitive.java
│ │ │ │ │ ├── NonAreaShader.java
│ │ │ │ │ ├── PrimitiveBuffer.java
│ │ │ │ │ ├── RenderableToJOGL.java
│ │ │ │ │ ├── SSAOShader.java
│ │ │ │ │ ├── ShaderManager.java
│ │ │ │ │ ├── ShadowMapShader.java
│ │ │ │ │ ├── ShadowVolumeShader.java
│ │ │ │ │ ├── VBOData.java
│ │ │ │ │ ├── VBODataFixedFunction.java
│ │ │ │ │ ├── VBODataNonAreaShader.java
│ │ │ │ │ ├── VBODataShader.java
│ │ │ │ │ └── VBODataShadowVolume.java
│ │ │ │ ├── obj/
│ │ │ │ │ ├── ObjTarget.java
│ │ │ │ │ ├── ObjWriter.java
│ │ │ │ │ ├── RenderableToObj.java
│ │ │ │ │ └── package.html
│ │ │ │ ├── package.html
│ │ │ │ ├── povray/
│ │ │ │ │ ├── POVRayTarget.java
│ │ │ │ │ ├── POVRayWriter.java
│ │ │ │ │ ├── RenderableToPOVRay.java
│ │ │ │ │ └── package.html
│ │ │ │ └── statistics/
│ │ │ │ └── StatisticsTarget.java
│ │ │ ├── util/
│ │ │ │ ├── ConfigUtil.java
│ │ │ │ ├── FaultTolerantIterationUtil.java
│ │ │ │ ├── IgnoredExceptionLog.java
│ │ │ │ ├── MinMaxUtil.java
│ │ │ │ ├── Predicates.java
│ │ │ │ ├── TouchMapperProfile.java
│ │ │ │ ├── TriangulationConfig.java
│ │ │ │ ├── exception/
│ │ │ │ │ └── TriangulationException.java
│ │ │ │ ├── functions/
│ │ │ │ │ ├── DefaultFactory.java
│ │ │ │ │ └── Factory.java
│ │ │ │ └── package.html
│ │ │ └── world/
│ │ │ ├── creation/
│ │ │ │ ├── NetworkCalculator.java
│ │ │ │ ├── WorldCreator.java
│ │ │ │ └── WorldModule.java
│ │ │ ├── data/
│ │ │ │ ├── AbstractAreaWorldObject.java
│ │ │ │ ├── AreaWorldObject.java
│ │ │ │ ├── NoOutlineNodeWorldObject.java
│ │ │ │ ├── NoOutlineWaySegmentWorldObject.java
│ │ │ │ ├── NodeWorldObject.java
│ │ │ │ ├── OutlineNodeWorldObject.java
│ │ │ │ ├── TerrainBoundaryWorldObject.java
│ │ │ │ ├── WaySegmentWorldObject.java
│ │ │ │ ├── WorldObject.java
│ │ │ │ └── WorldObjectWithOutline.java
│ │ │ ├── modules/
│ │ │ │ ├── BarrierModule.java
│ │ │ │ ├── BridgeModule.java
│ │ │ │ ├── BuildingModule.java
│ │ │ │ ├── CliffModule.java
│ │ │ │ ├── GolfModule.java
│ │ │ │ ├── InvisibleModule.java
│ │ │ │ ├── ParkingModule.java
│ │ │ │ ├── PoolModule.java
│ │ │ │ ├── PowerModule.java
│ │ │ │ ├── RailwayModule.java
│ │ │ │ ├── RoadModule.java
│ │ │ │ ├── StreetFurnitureModule.java
│ │ │ │ ├── SurfaceAreaModule.java
│ │ │ │ ├── TrafficSignModule.java
│ │ │ │ ├── TreeModule.java
│ │ │ │ ├── TunnelModule.java
│ │ │ │ ├── WaterModule.java
│ │ │ │ └── common/
│ │ │ │ ├── AbstractModule.java
│ │ │ │ ├── BridgeOrTunnel.java
│ │ │ │ ├── ConfigurableWorldModule.java
│ │ │ │ ├── WorldModuleBillboardUtil.java
│ │ │ │ ├── WorldModuleGeometryUtil.java
│ │ │ │ └── WorldModuleParseUtil.java
│ │ │ ├── network/
│ │ │ │ ├── AbstractNetworkWaySegmentWorldObject.java
│ │ │ │ ├── JunctionNodeWorldObject.java
│ │ │ │ ├── NetworkAreaWorldObject.java
│ │ │ │ ├── NetworkWaySegmentWorldObject.java
│ │ │ │ ├── VisibleConnectorNodeWorldObject.java
│ │ │ │ └── package.html
│ │ │ └── package.html
│ │ └── viewer/
│ │ ├── Viewer.java
│ │ ├── control/
│ │ │ ├── actions/
│ │ │ │ ├── AboutAction.java
│ │ │ │ ├── AbstractExportAction.java
│ │ │ │ ├── ExitAction.java
│ │ │ │ ├── ExportObjAction.java
│ │ │ │ ├── ExportObjDirAction.java
│ │ │ │ ├── ExportPOVRayAction.java
│ │ │ │ ├── ExportScreenshotAction.java
│ │ │ │ ├── HelpControlsAction.java
│ │ │ │ ├── OpenOSMAction.java
│ │ │ │ ├── OrthoBoundsAction.java
│ │ │ │ ├── OrthoTileAction.java
│ │ │ │ ├── ReloadOSMAction.java
│ │ │ │ ├── ResetCameraAction.java
│ │ │ │ ├── SetCameraToCoordinateAction.java
│ │ │ │ ├── SetEleConstraintEnforcerAction.java
│ │ │ │ ├── SetTerrainInterpolatorAction.java
│ │ │ │ ├── ShowCameraConfigurationAction.java
│ │ │ │ ├── StatisticsAction.java
│ │ │ │ ├── ToggleBackfaceCullingAction.java
│ │ │ │ ├── ToggleDebugViewAction.java
│ │ │ │ ├── ToggleOrthographicProjectionAction.java
│ │ │ │ ├── ToggleTerrainAction.java
│ │ │ │ ├── ToggleWireframeAction.java
│ │ │ │ └── ToggleWorldObjectsAction.java
│ │ │ └── navigation/
│ │ │ └── DefaultNavigation.java
│ │ ├── model/
│ │ │ ├── Data.java
│ │ │ ├── Defaults.java
│ │ │ ├── MessageManager.java
│ │ │ └── RenderOptions.java
│ │ ├── package.html
│ │ └── view/
│ │ ├── FileDrop.java
│ │ ├── ProgressDialog.java
│ │ ├── RecentFilesUpdater.java
│ │ ├── StatisticsDialog.java
│ │ ├── TextRenderer.java
│ │ ├── TextRendererFixedFunction.java
│ │ ├── TextRendererShader.java
│ │ ├── ViewerFrame.java
│ │ ├── ViewerGLCanvas.java
│ │ └── debug/
│ │ ├── ClearingDebugView.java
│ │ ├── DebugView.java
│ │ ├── EleConnectorDebugView.java
│ │ ├── EleConstraintDebugView.java
│ │ ├── EleDebugView.java
│ │ ├── FaceDebugView.java
│ │ ├── HelpView.java
│ │ ├── InternalCoordsDebugView.java
│ │ ├── InverseDistanceWeightingInterpolatorDebugView.java
│ │ ├── LatLonDebugView.java
│ │ ├── LeastSquaresInterpolatorDebugView.java
│ │ ├── LinearInterpolatorDebugView.java
│ │ ├── Map2dTreeDebugView.java
│ │ ├── MapDataBoundsDebugView.java
│ │ ├── MapDataDebugView.java
│ │ ├── NaturalNeighborInterpolatorDebugView.java
│ │ ├── NetworkDebugView.java
│ │ ├── OrthoBoundsDebugView.java
│ │ ├── QuadtreeDebugView.java
│ │ ├── RoofDataDebugView.java
│ │ ├── ShadowView.java
│ │ ├── SkyboxView.java
│ │ ├── TerrainBoundaryAABBDebugView.java
│ │ ├── TerrainBoundaryDebugView.java
│ │ ├── TerrainInterpolatorDebugView.java
│ │ ├── WorldObjectNormalsDebugView.java
│ │ └── WorldObjectView.java
│ └── test/
│ ├── files/
│ │ ├── coastline_big_island.osm
│ │ ├── coastline_islands.osm
│ │ ├── coastline_islands_and_coast.osm
│ │ ├── coastline_multiple_coasts.osm
│ │ ├── mp_two_holes.osm
│ │ ├── mp_two_holes_advanced.osm
│ │ ├── mp_two_holes_advanced2.osm
│ │ ├── mp_two_holes_outer_tagged.osm
│ │ ├── mp_two_holes_touching_inners.osm
│ │ ├── sameCoordNodes.osm
│ │ ├── self_intersection.osm
│ │ └── validFile.osm
│ └── org/
│ ├── openstreetmap/
│ │ └── josm/
│ │ └── plugins/
│ │ └── graphview/
│ │ └── util/
│ │ └── ValueStringParserTest.java
│ └── osm2world/
│ ├── DelaunayTriangulationTest.java
│ └── core/
│ ├── map_data/
│ │ └── creation/
│ │ ├── OSMToMapDataConverterTest.java
│ │ └── OrthographicAzimuthalMapProjectionTest.java
│ ├── math/
│ │ ├── GeometryUtilTest.java
│ │ ├── PolygonXZTest.java
│ │ ├── SimplePolygonXZTest.java
│ │ ├── TriangleXYZTest.java
│ │ ├── TriangleXZTest.java
│ │ ├── VectorXYZTest.java
│ │ ├── VectorXZTest.java
│ │ └── algorithms/
│ │ ├── CAGUtilTest.java
│ │ ├── EarClippingTriangulationTest.java
│ │ ├── NormalCalculationUtilTest.java
│ │ ├── Poly2TriTriangulationUtilTest.java
│ │ └── TriangulationInputSanitizerTest.java
│ ├── osm/
│ │ └── creation/
│ │ └── OsmosisReaderTest.java
│ ├── target/
│ │ └── common/
│ │ └── FaceTargetTest.java
│ ├── test/
│ │ └── TestUtil.java
│ ├── util/
│ │ └── TriangulationConfigTest.java
│ └── world/
│ └── modules/
│ └── PowerModuleTest.java
├── README.md
├── TODO
├── agpl-3.0.txt
├── bin/
│ ├── monitor-converter.sh
│ ├── repro-until-failure.py
│ ├── summarize-monitor-log.py
│ └── tmpctl
├── converter/
│ ├── .gitignore
│ ├── clip-2d.js
│ ├── map_desc/
│ │ ├── __init__.py
│ │ ├── __main__.py
│ │ ├── areas_raster.py
│ │ ├── areas_raster_debug.py
│ │ ├── feature_semantics.py
│ │ ├── map-description-classifications.json
│ │ ├── map_desc_loc_segments.py
│ │ ├── map_desc_render.py
│ │ └── ways_clip.py
│ ├── obj-to-tactile.py
│ ├── osm-to-tactile.py
│ ├── poller.sh
│ ├── process-request.py
│ ├── prune-only-big-roads.js
│ ├── run-stats-quicktime-smoke.py
│ ├── stats_pipeline.py
│ ├── tactile_constants.py
│ ├── telemetry.py
│ └── upload-pending-stats.py
├── doc/
│ ├── application-stats-telemetry.md
│ ├── converter-pipeline-stages.md
│ ├── creating-new-server.doc
│ ├── deployed-map-inspection.md
│ ├── development-conventions.md
│ ├── development-setup.md
│ ├── map-content-verification.md
│ ├── map-description-introspection.md
│ ├── map-description-model-schema.md
│ ├── touch-mapper-en.txt
│ ├── touch-mapper-fi.txt
│ ├── ui-visual-baseline.md
│ └── way-area-extrusion-tiers.md
├── init.sh
├── install/
│ ├── .gitignore
│ ├── cloudformation-update.sh
│ ├── cloudformation.json
│ ├── ec2-init.sh
│ ├── ec2-restart-pollers.sh
│ ├── lambda-email-sending.py
│ ├── lambda-update.sh
│ ├── package.sh
│ ├── parameters.sh
│ ├── run-dev-converter.sh
│ ├── setup-ec2.sh
│ └── web-s3.sh
├── ol-custom.json
├── pyrightconfig.json
├── test/
│ ├── data/
│ │ ├── .gitignore
│ │ ├── map-content.json
│ │ ├── map-meta.indented.json
│ │ ├── map.obj
│ │ └── map.osm
│ ├── e2e/
│ │ ├── README.md
│ │ ├── run-touch-mapper-settings-regression.sh
│ │ └── touch-mapper-settings-regression.js
│ ├── map-content/
│ │ ├── .gitignore
│ │ ├── Makefile
│ │ ├── cache/
│ │ │ └── .gitignore
│ │ ├── check-railway-modes.js
│ │ ├── generate-map-content-from-osm.py
│ │ ├── inspect-map-description.js
│ │ ├── render-text-simulation.js
│ │ ├── run-tests.js
│ │ ├── test-map-content-suite.sh
│ │ └── tests.json
│ ├── osm-parser-compat/
│ │ ├── README.md
│ │ ├── compare-osm-parsers.js
│ │ ├── fixtures/
│ │ │ ├── edge-entities.osm
│ │ │ ├── edge-nested.osm
│ │ │ └── edge-self-closing.osm
│ │ └── package.json
│ └── run-osm2world-regression.sh
├── translation/
│ ├── spreadsheet-to-translations.py
│ ├── translations-de.xls
│ ├── translations-fi.xls
│ └── translations-to-spreadsheet.py
└── web/
├── .eslintrc
├── .gitignore
├── Makefile
├── build.js
├── create-env-js.sh
├── eslint.config.js
├── locales/
│ ├── de/
│ │ └── tm.json
│ ├── en/
│ │ └── tm.json
│ ├── es/
│ │ └── tm.json
│ ├── fi/
│ │ └── tm.json
│ └── nl/
│ └── tm.json
├── npm-shrinkwrap.json
├── package.json
├── pre-src/
│ ├── area.pre
│ ├── end.pre
│ ├── help.pre
│ ├── index.pre
│ ├── map.pre
│ └── start.pre
├── pre2src.py
├── src/
│ ├── .gitignore
│ ├── index.html
│ ├── scripts/
│ │ ├── area.js
│ │ ├── backbone-helpers.js
│ │ ├── email.js
│ │ ├── environment.js.dev
│ │ ├── environment.js.prod
│ │ ├── environment.js.test
│ │ ├── help.js
│ │ ├── index.js
│ │ ├── language.js
│ │ ├── map-calc.js
│ │ ├── map-creation.js
│ │ ├── map-desc-areas.js
│ │ ├── map-desc-pois.js
│ │ ├── map-desc-ways.js
│ │ ├── map-description.js
│ │ ├── map.js
│ │ ├── model-preview.js
│ │ ├── multipart-mode.js
│ │ ├── osm-preview.js
│ │ ├── util.js
│ │ └── vendor-other/
│ │ ├── three-STLLoader-20160122.js
│ │ ├── three-addons/
│ │ │ ├── controls/
│ │ │ │ └── OrbitControls.js
│ │ │ ├── loaders/
│ │ │ │ └── STLLoader.js
│ │ │ ├── math/
│ │ │ │ └── SimplexNoise.js
│ │ │ ├── postprocessing/
│ │ │ │ ├── EffectComposer.js
│ │ │ │ ├── MaskPass.js
│ │ │ │ ├── Pass.js
│ │ │ │ ├── RenderPass.js
│ │ │ │ └── ShaderPass.js
│ │ │ └── shaders/
│ │ │ └── CopyShader.js
│ │ ├── three-r182.core.js
│ │ └── three-r182.module.js
│ └── styles/
│ ├── area.less
│ ├── bottom.less
│ ├── common.less
│ ├── help.less
│ ├── index.less
│ ├── map.less
│ ├── reset.less
│ ├── top.less
│ └── variables.less
└── web.iml
Showing preview only (517K chars total). Download the full file or copy to clipboard to get everything.
SYMBOL INDEX (6498 symbols across 387 files)
FILE: OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/DataSource.java
type DataSource (line 10) | public interface DataSource<N, W, R, M> {
method getNodes (line 13) | public Iterable<N> getNodes();
method getWays (line 16) | public Iterable<W> getWays();
method getRelations (line 19) | public Iterable<R> getRelations();
method getLat (line 22) | public double getLat(N node);
method getLon (line 25) | public double getLon(N node);
method getNodes (line 28) | public Iterable<N> getNodes(W way);
method getMembers (line 31) | public Iterable<M> getMembers(R relation);
method getTagsN (line 34) | public TagGroup getTagsN(N node);
method getTagsW (line 37) | public TagGroup getTagsW(W way);
method getTagsR (line 40) | public TagGroup getTagsR(R relation);
method getRole (line 43) | public String getRole(M member);
method getMember (line 46) | public Object getMember(M member);
method isNMember (line 49) | public boolean isNMember(M member);
method isWMember (line 52) | public boolean isWMember(M member);
method isRMember (line 55) | public boolean isRMember(M member);
method addObserver (line 63) | public void addObserver(DataSourceObserver observer);
method deleteObserver (line 71) | public void deleteObserver(DataSourceObserver observer);
FILE: OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/DataSourceObserver.java
type DataSourceObserver (line 8) | public interface DataSourceObserver {
method update (line 14) | public void update(DataSource<?, ?, ?, ?> dataSource);
FILE: OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/EmptyTagGroup.java
class EmptyTagGroup (line 6) | public final class EmptyTagGroup implements TagGroup {
method EmptyTagGroup (line 10) | private EmptyTagGroup() { }
method contains (line 12) | @Override
method containsAny (line 17) | @Override
method contains (line 22) | @Override
method containsAny (line 27) | @Override
method containsAny (line 32) | @Override
method containsAny (line 37) | @Override
method containsAnyKey (line 42) | @Override
method containsKey (line 47) | @Override
method containsValue (line 52) | @Override
method containsAnyValue (line 57) | @Override
method getValue (line 62) | @Override
method size (line 67) | @Override
method isEmpty (line 72) | @Override
method iterator (line 77) | @Override
method toString (line 82) | @Override
FILE: OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/MapBasedTagGroup.java
class MapBasedTagGroup (line 13) | public class MapBasedTagGroup implements TagGroup {
method MapBasedTagGroup (line 21) | public MapBasedTagGroup(Map<String, String> tagMap) {
method MapBasedTagGroup (line 32) | public MapBasedTagGroup(Iterable<Tag> tags) {
method MapBasedTagGroup (line 49) | public MapBasedTagGroup(Tag... tags) {
method getValue (line 60) | @Override
method containsKey (line 66) | @Override
method containsAnyKey (line 72) | @Override
method containsValue (line 82) | @Override
method containsAnyValue (line 88) | @Override
method contains (line 99) | @Override
method containsAny (line 105) | @Override
method contains (line 115) | @Override
method containsAny (line 122) | @Override
method containsAny (line 132) | @Override
method containsAny (line 142) | @Override
method size (line 153) | @Override
method isEmpty (line 158) | @Override
method iterator (line 167) | @Override
method toString (line 180) | @Override
FILE: OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/Tag.java
class Tag (line 6) | public class Tag {
method Tag (line 14) | public Tag(String key, String value) {
method equals (line 20) | @Override
method hashCode (line 30) | @Override
method toString (line 35) | @Override
FILE: OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/TagGroup.java
type TagGroup (line 8) | public interface TagGroup extends Iterable<Tag> {
method getValue (line 14) | public String getValue(String key);
method containsKey (line 20) | public boolean containsKey(String key);
method containsAnyKey (line 26) | public boolean containsAnyKey(Iterable<String> keys);
method containsValue (line 32) | public boolean containsValue(String value);
method containsAnyValue (line 38) | public boolean containsAnyValue(Iterable<String> values);
method contains (line 44) | public boolean contains(Tag tag);
method containsAny (line 50) | public boolean containsAny(Iterable<Tag> tags);
method contains (line 57) | public boolean contains(String key, String value);
method containsAny (line 65) | public boolean containsAny(Iterable<String> keys, String value);
method containsAny (line 73) | public boolean containsAny(Iterable<String> keys, Iterable<String> val...
method containsAny (line 81) | public boolean containsAny(String key, Iterable<String> values);
method size (line 86) | public int size();
method isEmpty (line 91) | public boolean isEmpty();
FILE: OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/osmosis/OSMFileDataSource.java
class OSMFileDataSource (line 32) | public class OSMFileDataSource implements
method isComplete (line 40) | private synchronized boolean isComplete() {
method setCompleteTrue (line 44) | private synchronized void setCompleteTrue() {
method initialize (line 57) | public void initialize(Map<String, Object> arg0) {
method release (line 60) | public void release() {
method complete (line 63) | public void complete() {
method process (line 66) | public void process(EntityContainer entityContainer) {
method OSMFileDataSource (line 78) | public OSMFileDataSource(File file) throws IOException {
method convertToOwnRepresentation (line 101) | private void convertToOwnRepresentation() {
method tagGroupForEntity (line 188) | private TagGroup tagGroupForEntity(Entity entity) {
method addObserver (line 196) | public void addObserver(DataSourceObserver observer) {
method deleteObserver (line 200) | public void deleteObserver(DataSourceObserver observer) {
method getLat (line 204) | public double getLat(OwnNode node) {
method getLon (line 208) | public double getLon(OwnNode node) {
method getMembers (line 212) | public List<OwnMember> getMembers(OwnRelation relation) {
method getNodes (line 216) | public Collection<OwnNode> getNodes() {
method getWays (line 220) | public Collection<OwnWay> getWays() {
method getRelations (line 224) | public Collection<OwnRelation> getRelations() {
method getNodes (line 228) | public List<OwnNode> getNodes(OwnWay way) {
method getTagsN (line 232) | public TagGroup getTagsN(OwnNode node) {
method getTagsR (line 236) | public TagGroup getTagsR(OwnRelation relation) {
method getTagsW (line 240) | public TagGroup getTagsW(OwnWay way) {
method getMember (line 244) | public Object getMember(OwnMember member) {
method getRole (line 248) | public String getRole(OwnMember member) {
method isNMember (line 252) | public boolean isNMember(OwnMember member) {
method isWMember (line 256) | public boolean isWMember(OwnMember member) {
method isRMember (line 260) | public boolean isRMember(OwnMember member) {
class OwnNode (line 264) | public class OwnNode {
method OwnNode (line 269) | public OwnNode(double lat, double lon, TagGroup tags) {
method toString (line 275) | @Override
class OwnWay (line 285) | public class OwnWay {
method OwnWay (line 289) | public OwnWay(TagGroup tags, List<OwnNode> nodes) {
method toString (line 294) | @Override
class OwnRelation (line 309) | public class OwnRelation {
method OwnRelation (line 316) | public OwnRelation(TagGroup tags, int initialMemberSize) {
class OwnMember (line 323) | public static class OwnMember {
method OwnMember (line 327) | public OwnMember(String role, Object member) {
FILE: OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/util/ValueStringParser.java
class ValueStringParser (line 7) | public final class ValueStringParser {
method ValueStringParser (line 10) | private ValueStringParser() { }
method parseOsmDecimal (line 15) | public static final Float parseOsmDecimal(String value, boolean allowN...
method parseSpeed (line 72) | public static final Float parseSpeed(String value) {
method parseMeasure (line 120) | public static final Float parseMeasure(String value) {
method parseWeight (line 182) | public static Float parseWeight(String value) {
method parseIncline (line 212) | public static final Float parseIncline(String value) {
method parseAngle (line 229) | public static final Float parseAngle(String value) {
method parseColor (line 265) | public static final Color parseColor(String value) {
FILE: OSM2World/src/org/osm2world/console/CLIArguments.java
type CLIArguments (line 11) | public interface CLIArguments {
method getInput (line 17) | @Option(description="the .osm input file", shortName="i")
method isInput (line 19) | boolean isInput();
method getOutput (line 21) | @Option(description="output files", shortName="o", pattern=OUTPUT_PATT...
method isOutput (line 23) | boolean isOutput();
method getConfig (line 25) | @Option(description="properties file with configuration parameters")
method isConfig (line 27) | boolean isConfig();
method getResolution (line 29) | @Option(description="output size in pixels", pattern=Resolution.PATTERN,
method isResolution (line 32) | boolean isResolution();
method getOviewAngle (line 36) | @Option(description="downwards angle of orthographic view in degrees",
method isOviewAngle (line 39) | boolean isOviewAngle();
method getOviewFrom (line 41) | @Option(description="direction from which the orthographic view is ren...
method isOviewFrom (line 44) | boolean isOviewFrom();
method getOviewBoundingBox (line 46) | @Option(description="lat,lon pairs defining a bounding box for orthogr...
method isOviewBoundingBox (line 49) | boolean isOviewBoundingBox();
method getOviewTiles (line 51) | @Option(description="zoom,x,y triples of tiles defining a bounding box...
method isOviewTiles (line 54) | boolean isOviewTiles();
method getPviewPos (line 56) | @Option(description="lat,lon,ele of camera position for perspective vi...
method isPviewPos (line 59) | boolean isPviewPos();
method getPviewLookat (line 61) | @Option(description="lat,lon,ele of camera look-at for perspective view",
method isPviewLookat (line 64) | boolean isPviewLookat();
method getPviewFovy (line 66) | @Option(description="vertical field of view angle for perspective view...
method isPviewFovy (line 69) | boolean isPviewFovy();
method getPviewAspect (line 71) | @Option(description="aspect ratio (width / height) for perspective view",
method isPviewAspect (line 74) | boolean isPviewAspect();
method getPerformancePrint (line 78) | @Option(description="writes execution times to the command line")
method getPerformanceTable (line 81) | @Option(description="appends a line with execution times to a file")
method isPerformanceTable (line 83) | boolean isPerformanceTable();
method getGui (line 87) | @Option(description="start the graphical user interface")
method getHelp (line 90) | @Option(helpRequest=true, description="show this help", shortName="?")
method getVersion (line 93) | @Option(description="print software version and exit")
method getParameterFile (line 98) | @Option(description="a file containing one set of parameters per line")
method isParameterFile (line 100) | boolean isParameterFile();
FILE: OSM2World/src/org/osm2world/console/CLIArgumentsGroup.java
class CLIArgumentsGroup (line 14) | public class CLIArgumentsGroup {
method CLIArgumentsGroup (line 22) | public CLIArgumentsGroup(CLIArguments representative) {
method addCLIArguments (line 33) | public void addCLIArguments(CLIArguments cliArguments) {
method getRepresentative (line 42) | public CLIArguments getRepresentative() {
method getCLIArgumentsList (line 46) | public List<CLIArguments> getCLIArgumentsList() {
method isCompatible (line 53) | public boolean isCompatible(CLIArguments cliArguments) {
method isCompatible (line 60) | private static final boolean isCompatible(
FILE: OSM2World/src/org/osm2world/console/CLIArgumentsUtil.java
class CLIArgumentsUtil (line 14) | public final class CLIArgumentsUtil {
type ProgramMode (line 16) | public static enum ProgramMode {GUI, CONVERT, HELP, VERSION, PARAMFILE}
type OutputMode (line 17) | public static enum OutputMode {OBJ, POV, PNG, PPM, GD}
method CLIArgumentsUtil (line 19) | private CLIArgumentsUtil() { }
method isValid (line 21) | public static final boolean isValid(CLIArguments args) {
method getErrorString (line 25) | public static final String getErrorString(CLIArguments args) {
method hasOrthographicArg (line 72) | private static final boolean hasOrthographicArg(CLIArguments args) {
method hasPerspectiveArg (line 77) | private static final boolean hasPerspectiveArg(CLIArguments args) {
method getProgramMode (line 82) | public static final ProgramMode getProgramMode(CLIArguments args) {
method getOutputMode (line 90) | public static final OutputMode getOutputMode(File outputFile) {
method getUnparsedParameterGroups (line 106) | public static final List<String[]> getUnparsedParameterGroups(
FILE: OSM2World/src/org/osm2world/console/ImageExporter.java
class ImageExporter (line 51) | public class ImageExporter {
method ImageExporter (line 91) | public ImageExporter(Configuration config, Results results,
method finalize (line 199) | protected void finalize() throws Throwable {
method freeResources (line 209) | public void freeResources() {
method writeImageFile (line 235) | public void writeImageFile(
method createJOGLTarget (line 310) | private static JOGLTarget createJOGLTarget(GL gl, Results results,
type ImageWriter (line 356) | public static interface ImageWriter {
method append (line 357) | void append(BufferedImage img) throws IOException;
method append (line 358) | void append(BufferedImage img, int lines) throws IOException;
method close (line 359) | void close() throws IOException;
class PNGWriter (line 365) | public static class PNGWriter implements ImageWriter {
method PNGWriter (line 370) | public PNGWriter(File outputFile, int cols, int rows, boolean alpha) {
method append (line 379) | @Override
method append (line 384) | @Override
method close (line 409) | @Override
class PPMWriter (line 419) | public static class PPMWriter implements ImageWriter {
method PPMWriter (line 427) | public PPMWriter(File outputFile, int cols, int rows) {
method writeHeader (line 433) | private void writeHeader() throws IOException {
method append (line 447) | @Override
method append (line 452) | @Override
method close (line 479) | @Override
class GDWriter (line 495) | public static class GDWriter implements ImageWriter {
method GDWriter (line 505) | public GDWriter(File outputFile, int cols, int rows) {
method writeHeader (line 511) | private void writeHeader() throws IOException {
method append (line 534) | @Override
method append (line 539) | @Override
method close (line 567) | @Override
class ImageExporterGLEventListener (line 580) | public class ImageExporterGLEventListener implements GLEventListener {
method init (line 593) | @Override
method setPart (line 602) | public void setPart(int xStart, int yStart, int xEnd, int yEnd,
method prepareRendering (line 620) | public void prepareRendering(Camera camera, Projection projection,
method dispose (line 628) | @Override
method display (line 632) | @Override
method reshape (line 662) | @Override
FILE: OSM2World/src/org/osm2world/console/LatLonEle.java
class LatLonEle (line 9) | public class LatLonEle {
method LatLonEle (line 26) | public LatLonEle(double lat, double lon, double ele) {
method LatLonEle (line 36) | public LatLonEle(double lat, double lon) {
method LatLonEle (line 45) | public LatLonEle(String arg) {
method validateValues (line 66) | private void validateValues() {
method toString (line 72) | @Override
FILE: OSM2World/src/org/osm2world/console/OSM2World.java
class OSM2World (line 29) | public class OSM2World {
method main (line 31) | public static void main(String[] unparsedArgs) {
method parseArguments (line 136) | private static CLIArguments parseArguments(String[] unparsedArgs)
method executeArgumentsGroup (line 148) | private static void executeArgumentsGroup(CLIArgumentsGroup argumentsG...
FILE: OSM2World/src/org/osm2world/console/Output.java
class Output (line 38) | public final class Output {
method Output (line 40) | private Output() {}
method output (line 42) | public static void output(Configuration config,
class PerformanceListener (line 208) | private static class PerformanceListener implements ProgressListener {
method PerformanceListener (line 211) | public PerformanceListener(CLIArguments args) {
method getPhaseStart (line 221) | public Long getPhaseStart(Phase phase) {
method getPhaseEnd (line 225) | public Long getPhaseEnd(Phase phase) {
method getPhaseDuration (line 229) | public Long getPhaseDuration(Phase phase) {
method updatePhase (line 233) | @Override
FILE: OSM2World/src/org/osm2world/console/Resolution.java
class Resolution (line 10) | public class Resolution {
method Resolution (line 23) | public Resolution(int x, int y) {
method Resolution (line 34) | public Resolution(String arg) {
method validateValues (line 48) | private void validateValues() {
method toString (line 54) | @Override
FILE: OSM2World/src/org/osm2world/core/ConversionFacade.java
class ConversionFacade (line 71) | public class ConversionFacade {
class Results (line 76) | public static final class Results {
method Results (line 82) | private Results(MapProjection mapProjection, MapData mapData, Terrai...
method getMapProjection (line 88) | public MapProjection getMapProjection() {
method getMapData (line 92) | public MapData getMapData() {
method getEleData (line 96) | public TerrainElevationData getEleData() {
method getRenderables (line 105) | public <R extends Renderable> Collection<R> getRenderables(Class<R> ...
method getRenderables (line 112) | public <R extends Renderable> Collection<R> getRenderables(
method createDefaultModuleList (line 134) | private static final List<WorldModule> createDefaultModuleList() {
method setMapProjectionFactory (line 174) | public void setMapProjectionFactory(
method setEleConstraintEnforcerFactory (line 186) | public void setEleConstraintEnforcerFactory(
method setTerrainEleInterpolatorFactory (line 198) | public void setTerrainEleInterpolatorFactory(
method createRepresentations (line 217) | public Results createRepresentations(File osmFile,
method createRepresentations (line 296) | public Results createRepresentations(OSMData osmData,
method calculateElevations (line 404) | private void calculateElevations(MapData mapData,
type Phase (line 497) | public static enum Phase {
type ProgressListener (line 509) | public static interface ProgressListener {
method updatePhase (line 512) | public void updatePhase(Phase newPhase);
method addProgressListener (line 521) | public void addProgressListener(ProgressListener listener) {
method updatePhase (line 525) | private void updatePhase(Phase newPhase) {
class BoundingBoxSizeException (line 541) | public static class BoundingBoxSizeException extends RuntimeException {
method BoundingBoxSizeException (line 546) | private BoundingBoxSizeException(Bound bound) {
method toString (line 550) | @Override
FILE: OSM2World/src/org/osm2world/core/GlobalValues.java
class GlobalValues (line 6) | public final class GlobalValues {
method GlobalValues (line 8) | private GlobalValues() {}
FILE: OSM2World/src/org/osm2world/core/heightmap/creation/EmptyTerrainElevationGrid.java
class EmptyTerrainElevationGrid (line 7) | public class EmptyTerrainElevationGrid extends
method EmptyTerrainElevationGrid (line 10) | public EmptyTerrainElevationGrid(AxisAlignedBoundingBoxXZ bounds,
method getElevation (line 15) | @Override
FILE: OSM2World/src/org/osm2world/core/heightmap/creation/FlatTerrainElevation.java
class FlatTerrainElevation (line 7) | public class FlatTerrainElevation extends AbstractCellularTerrainElevati...
method FlatTerrainElevation (line 9) | public FlatTerrainElevation(AxisAlignedBoundingBoxXZ boundary,
method getElevation (line 14) | @Override
FILE: OSM2World/src/org/osm2world/core/heightmap/creation/WaveTerrainElevation.java
class WaveTerrainElevation (line 7) | public class WaveTerrainElevation extends AbstractCellularTerrainElevati...
method WaveTerrainElevation (line 9) | public WaveTerrainElevation(AxisAlignedBoundingBoxXZ boundary,
method getElevation (line 14) | @Override
FILE: OSM2World/src/org/osm2world/core/heightmap/data/AbstractCellularTerrainElevation.java
class AbstractCellularTerrainElevation (line 16) | public abstract class AbstractCellularTerrainElevation implements
method getTerrainPoints (line 25) | @Override
method getTerrainPointGrid (line 30) | @Override
method getBoundaryPolygon (line 35) | @Override
method getBoundaryPolygonXZ (line 64) | @Override
method vectorXYZForPointAt (line 93) | private VectorXYZ vectorXYZForPointAt(int x, int z) {
method vectorXZForPointAt (line 98) | private VectorXZ vectorXZForPointAt(int x, int z) {
method getCells (line 103) | @Override
class CellIterator (line 115) | private final class CellIterator implements Iterator<CellImpl> {
method hasNext (line 119) | @Override
method next (line 124) | @Override
method remove (line 140) | @Override
class CellImpl (line 147) | private final class CellImpl implements TerrainElevationCell {
method CellImpl (line 152) | public CellImpl(int leftXIndex, int bottomZIndex) {
method getBottomLeft (line 162) | @Override public final TerrainPoint getBottomLeft() {
method getTopLeft (line 165) | @Override public final TerrainPoint getTopLeft() {
method getBottomRight (line 168) | @Override public final TerrainPoint getBottomRight() {
method getTopRight (line 171) | @Override public final TerrainPoint getTopRight() {
method getTerrainPoints (line 175) | @Override
method getPolygonXYZ (line 185) | @Override
method getPolygonXZ (line 196) | @Override
method getAxisAlignedBoundingBoxXZ (line 207) | @Override
method toString (line 216) | @Override
method hashCode (line 223) | @Override
method equals (line 233) | @Override
method getOuterType (line 251) | private AbstractCellularTerrainElevation getOuterType() {
method AbstractCellularTerrainElevation (line 257) | public AbstractCellularTerrainElevation(AxisAlignedBoundingBoxXZ bound...
method getElevation (line 288) | protected abstract Float getElevation(VectorXZ pos);
FILE: OSM2World/src/org/osm2world/core/heightmap/data/CellularTerrainElevation.java
type CellularTerrainElevation (line 16) | public interface CellularTerrainElevation extends TerrainElevation {
method getTerrainPointGrid (line 21) | TerrainPoint[][] getTerrainPointGrid();
method getBoundaryPolygon (line 29) | PolygonXYZ getBoundaryPolygon();
method getBoundaryPolygonXZ (line 35) | PolygonXZ getBoundaryPolygonXZ();
method getCells (line 42) | Iterable<? extends TerrainElevationCell> getCells();
FILE: OSM2World/src/org/osm2world/core/heightmap/data/TerrainElevation.java
type TerrainElevation (line 10) | public interface TerrainElevation {
method getTerrainPoints (line 12) | public Collection<TerrainPoint> getTerrainPoints();
FILE: OSM2World/src/org/osm2world/core/heightmap/data/TerrainElevationCell.java
type TerrainElevationCell (line 9) | public interface TerrainElevationCell extends IntersectionTestObject {
method getTopLeft (line 11) | public TerrainPoint getTopLeft();
method getBottomLeft (line 12) | public TerrainPoint getBottomLeft();
method getTopRight (line 13) | public TerrainPoint getTopRight();
method getBottomRight (line 14) | public TerrainPoint getBottomRight();
method getTerrainPoints (line 16) | public Collection<TerrainPoint> getTerrainPoints();
method getPolygonXZ (line 19) | public SimplePolygonXZ getPolygonXZ();
method getPolygonXYZ (line 25) | public PolygonXYZ getPolygonXYZ();
FILE: OSM2World/src/org/osm2world/core/heightmap/data/TerrainPoint.java
class TerrainPoint (line 6) | public class TerrainPoint {
method TerrainPoint (line 11) | public TerrainPoint(VectorXZ pos, Float ele) {
method getPos (line 16) | public VectorXZ getPos() {
method getPosXYZ (line 20) | public VectorXYZ getPosXYZ() {
method getEle (line 28) | public Float getEle() {
method setEle (line 36) | public void setEle(float ele) {
method toString (line 40) | @Override
FILE: OSM2World/src/org/osm2world/core/map_data/creation/EmptyTerrainBuilder.java
class EmptyTerrainBuilder (line 23) | public class EmptyTerrainBuilder {
method EmptyTerrainBuilder (line 26) | private EmptyTerrainBuilder() { }
method createAreasForEmptyTerrain (line 52) | static void createAreasForEmptyTerrain(List<MapNode> mapNodes,
method createAreaForPatch (line 98) | private static MapArea createAreaForPatch(MapNode[][] nodeGrid,
FILE: OSM2World/src/org/osm2world/core/map_data/creation/LatLon.java
class LatLon (line 6) | public class LatLon {
method LatLon (line 11) | public LatLon(double lat, double lon) {
FILE: OSM2World/src/org/osm2world/core/map_data/creation/MapProjection.java
type MapProjection (line 9) | public interface MapProjection {
method calcPos (line 11) | public VectorXZ calcPos(double lat, double lon);
method calcPos (line 13) | public VectorXZ calcPos(LatLon latlon);
method calcLat (line 18) | public double calcLat(VectorXZ pos);
method calcLon (line 23) | public double calcLon(VectorXZ pos);
method getNorthUnit (line 29) | public VectorXZ getNorthUnit();
method getOrigin (line 34) | public LatLon getOrigin();
FILE: OSM2World/src/org/osm2world/core/map_data/creation/MercatorProjection.java
class MercatorProjection (line 14) | final class MercatorProjection {
method MercatorProjection (line 16) | private MercatorProjection() {
method earthCircumference (line 29) | public static double earthCircumference(double latitude) {
method lonToX (line 36) | public static double lonToX(double longitude) {
method xToLon (line 43) | public static double xToLon(double x) {
method latToY (line 50) | public static double latToY(double latitude) {
method yToLat (line 58) | public static double yToLat(double y) {
method latToYElliptical (line 62) | public static double latToYElliptical(double lat) {
method yToLatElliptical (line 73) | public static double yToLatElliptical(double y) {
FILE: OSM2World/src/org/osm2world/core/map_data/creation/MetricMapProjection.java
class MetricMapProjection (line 12) | public class MetricMapProjection extends OriginMapProjection {
method calcPos (line 18) | public VectorXZ calcPos(double lat, double lon) {
method calcPos (line 29) | @Override
method calcLat (line 34) | @Override
method calcLon (line 39) | @Override
method getNorthUnit (line 44) | @Override
method setOrigin (line 49) | @Override
FILE: OSM2World/src/org/osm2world/core/map_data/creation/MultipolygonAreaBuilder.java
class MultipolygonAreaBuilder (line 49) | final class MultipolygonAreaBuilder {
method MultipolygonAreaBuilder (line 52) | private MultipolygonAreaBuilder() { }
method createAreasForMultipolygon (line 65) | public static final Collection<MapArea> createAreasForMultipolygon(
method isSimpleMultipolygon (line 76) | private static final boolean isSimpleMultipolygon(OSMRelation relation) {
method createAreasForSimpleMultipolygon (line 112) | private static final Collection<MapArea> createAreasForSimpleMultipoly...
method createAreasForAdvancedMultipolygon (line 155) | private static final Collection<MapArea> createAreasForAdvancedMultipo...
method buildRings (line 194) | private static final List<Ring> buildRings(
method buildPolygonsFromRings (line 259) | private static final Collection<MapArea> buildPolygonsFromRings(
method createAreasForCoastlines (line 356) | public static final Collection<MapArea> createAreasForCoastlines(
method getSidesClockwise (line 621) | private static final List<LineSegmentXZ> getSidesClockwise(
method createFakeMapNode (line 632) | private static MapNode createFakeMapNode(VectorXZ pos, long nodeId,
method isProbablySeaTile (line 651) | private static boolean isProbablySeaTile(OSMData osmData) {
class NodeSequence (line 677) | private static final class NodeSequence extends ArrayList<MapNode> {
method NodeSequence (line 684) | public NodeSequence() {
method NodeSequence (line 691) | public NodeSequence(OSMWay way, Map<OSMNode, MapNode> nodeMap) {
method tryAdd (line 706) | public boolean tryAdd(NodeSequence other) {
method getFirstNode (line 744) | private MapNode getFirstNode() {
method getLastNode (line 748) | private MapNode getLastNode() {
method isClosed (line 752) | public boolean isClosed() {
class Ring (line 758) | private static final class Ring implements IntersectionTestObject {
method Ring (line 763) | public Ring(NodeSequence closedNodeSequence) {
method getAxisAlignedBoundingBoxXZ (line 773) | @Override
method getNodeLoop (line 788) | private List<MapNode> getNodeLoop() {
method getPolygon (line 792) | public SimplePolygonXZ getPolygon() {
method containsRing (line 796) | public boolean containsRing(Ring other) {
class NodeOnBBox (line 802) | private static class NodeOnBBox {
method NodeOnBBox (line 809) | private NodeOnBBox(MapNode node, Boolean outgoingIntersection) {
method toString (line 814) | @Override
FILE: OSM2World/src/org/osm2world/core/map_data/creation/OSMToMapDataConverter.java
class OSMToMapDataConverter (line 54) | public class OSMToMapDataConverter {
method OSMToMapDataConverter (line 64) | public OSMToMapDataConverter(MapProjection mapProjection, Configuratio...
method createMapData (line 69) | public MapData createMapData(OSMData osmData) throws IOException {
method createMapElements (line 112) | private void createMapElements(OSMData osmData,
method calculateIntersectionsInMapData (line 293) | private static void calculateIntersectionsInMapData(
method addOverlapBetween (line 341) | private static void addOverlapBetween(MapElement e1, MapElement e2,
method addOverlapBetween (line 412) | private static void addOverlapBetween(
method addOverlapBetween (line 441) | private static void addOverlapBetween(
method boundingBoxesMayOverlapOrTouch (line 550) | private static boolean boundingBoxesMayOverlapOrTouch(
method addOverlapBetween (line 567) | private static void addOverlapBetween(
method addOverlapBetween (line 666) | private static void addOverlapBetween(MapNode node, MapArea area) {
method calculateFileBoundary (line 681) | private AxisAlignedBoundingBoxXZ calculateFileBoundary(
FILE: OSM2World/src/org/osm2world/core/map_data/creation/OriginMapProjection.java
class OriginMapProjection (line 12) | public abstract class OriginMapProjection implements MapProjection {
method getOrigin (line 22) | @Override
method setOrigin (line 30) | public void setOrigin(LatLon origin) {
method setOrigin (line 38) | public void setOrigin(OSMData osmData) {
FILE: OSM2World/src/org/osm2world/core/map_data/creation/OrthographicAzimuthalMapProjection.java
class OrthographicAzimuthalMapProjection (line 16) | public class OrthographicAzimuthalMapProjection extends OriginMapProject...
method calcPos (line 23) | @Override
method setOrigin (line 28) | @Override
method setOrigin (line 38) | @Override
method calcPos (line 48) | @Override
method calcLat (line 61) | @Override
method calcLon (line 75) | @Override
method getNorthUnit (line 91) | @Override
FILE: OSM2World/src/org/osm2world/core/map_data/creation/index/Map2dTree.java
class Map2dTree (line 25) | public class Map2dTree implements MapDataIndex {
type Node (line 31) | protected static interface Node {
method add (line 33) | void add(MapElement element, boolean suppressSplits);
method probe (line 35) | List<Leaf> probe(MapElement element);
method collectLeaves (line 38) | void collectLeaves(List<Leaf> leaves);
class InnerNode (line 42) | protected static class InnerNode implements Node {
method InnerNode (line 50) | protected InnerNode(boolean splitAlongX, double splitValue) {
method add (line 60) | @Override
method trySplitLeaf (line 93) | private void trySplitLeaf(Leaf leaf) {
method probe (line 145) | @Override
method collectLeaves (line 184) | public void collectLeaves(List<Leaf> leaves) {
class Leaf (line 191) | protected static class Leaf implements Node, Iterable<MapElement> {
method Leaf (line 198) | protected Leaf(InnerNode parent) {
method add (line 203) | @Override
method iterator (line 218) | @Override
method probe (line 223) | @Override
method collectLeaves (line 228) | @Override
method Map2dTree (line 235) | public Map2dTree(AxisAlignedBoundingBoxXZ dataBoundary) {
method insert (line 241) | @Override
method insertAndProbe (line 246) | @Override
method getMapNodes (line 252) | protected static Iterable<MapNode> getMapNodes(MapElement element) {
method getLeaves (line 270) | @Override
FILE: OSM2World/src/org/osm2world/core/map_data/creation/index/MapDataIndex.java
type MapDataIndex (line 11) | public interface MapDataIndex {
method insert (line 16) | public void insert(MapElement e);
method insertAndProbe (line 25) | public Collection<? extends Iterable<MapElement>> insertAndProbe(MapEl...
method getLeaves (line 32) | public abstract Iterable<? extends Iterable<MapElement>> getLeaves();
FILE: OSM2World/src/org/osm2world/core/map_data/creation/index/MapIntersectionGrid.java
class MapIntersectionGrid (line 10) | public class MapIntersectionGrid implements MapDataIndex {
method MapIntersectionGrid (line 14) | public MapIntersectionGrid(AxisAlignedBoundingBoxXZ dataBoundary) {
method insert (line 25) | @Override
method insertAndProbe (line 30) | @Override
method getLeaves (line 36) | @Override
FILE: OSM2World/src/org/osm2world/core/map_data/creation/index/MapQuadtree.java
class MapQuadtree (line 23) | public class MapQuadtree implements MapDataIndex {
class QuadNode (line 29) | static abstract class QuadNode {
method QuadNode (line 35) | QuadNode(double minX2, double maxX2, double minZ2, double maxZ2) {
method contains (line 53) | boolean contains(MapElement element) {
method contains (line 92) | boolean contains(VectorXZ pos) {
method add (line 97) | abstract void add(MapElement element);
method addAll (line 99) | abstract void addAll(Collection<MapElement> elements);
method collectLeaves (line 102) | abstract void collectLeaves(List<QuadLeaf> leaves);
class QuadInnerNode (line 106) | static class QuadInnerNode extends QuadNode {
method QuadInnerNode (line 111) | QuadInnerNode(double minX, double maxX, double minZ, double maxZ) {
method add (line 126) | @Override
method addAll (line 136) | @Override
method trySplitLeaf (line 143) | void trySplitLeaf(QuadLeaf leaf) {
method collectLeaves (line 184) | void collectLeaves(List<QuadLeaf> leaves) {
class QuadLeaf (line 192) | static public class QuadLeaf extends QuadNode implements Iterable<MapE...
method QuadLeaf (line 197) | QuadLeaf(QuadInnerNode parent, double minX, double maxX, double minZ...
method add (line 206) | @Override
method addAll (line 217) | @Override
method iterator (line 232) | @Override
method collectLeaves (line 237) | @Override
method MapQuadtree (line 244) | public MapQuadtree(AxisAlignedBoundingBoxXZ dataBoundary) {
method insert (line 252) | @Override
method insertAndProbe (line 257) | @Override
method getLeaves (line 271) | @Override
FILE: OSM2World/src/org/osm2world/core/map_data/data/MapArea.java
class MapArea (line 18) | public class MapArea implements MapElement {
method MapArea (line 37) | public MapArea(OSMElement objectWithTags, List<MapNode> nodes) {
method MapArea (line 41) | public MapArea(OSMElement objectWithTags, List<MapNode> nodes,
method MapArea (line 60) | public MapArea(OSMElement objectWithTags, List<MapNode> nodes,
method convertToPolygon (line 70) | private static final PolygonWithHolesXZ convertToPolygon(
method polygonFromMapNodeLoop (line 86) | public static final SimplePolygonXZ polygonFromMapNodeLoop(
method getBoundaryNodes (line 99) | public List<MapNode> getBoundaryNodes() {
method getLayer (line 103) | @Override
method getHoles (line 115) | public Collection<List<MapNode>> getHoles() {
method getOsmObject (line 120) | public OSMElement getOsmObject() {
method getTags (line 124) | @Override
method getPolygon (line 132) | public PolygonWithHolesXZ getPolygon() {
method getOuterPolygon (line 136) | public SimplePolygonXZ getOuterPolygon() {
method getAreaSegments (line 143) | public Collection<MapAreaSegment> getAreaSegments() {
method getRepresentations (line 180) | @Override
method getPrimaryRepresentation (line 185) | @Override
method addRepresentation (line 197) | public void addRepresentation(AreaWorldObject representation) {
method addOverlap (line 201) | public void addOverlap(MapOverlap<?, ?> overlap) {
method getOverlaps (line 209) | @Override
method getAxisAlignedBoundingBoxXZ (line 214) | @Override
method toString (line 219) | @Override
FILE: OSM2World/src/org/osm2world/core/map_data/data/MapAreaSegment.java
class MapAreaSegment (line 8) | public class MapAreaSegment extends MapSegment {
method MapAreaSegment (line 13) | public MapAreaSegment(MapArea area, boolean areaRight,
method getArea (line 20) | public MapArea getArea() {
method isAreaRight (line 27) | public boolean isAreaRight() {
FILE: OSM2World/src/org/osm2world/core/map_data/data/MapData.java
class MapData (line 21) | public class MapData {
method MapData (line 30) | public MapData(List<MapNode> mapNodes, List<MapWaySegment> mapWaySegme...
method calculateDataBoundary (line 42) | private void calculateDataBoundary() {
method getMapElements (line 70) | public Iterable<MapElement> getMapElements() {
method getMapAreas (line 74) | public Collection<MapArea> getMapAreas() {
method getMapWaySegments (line 78) | public Collection<MapWaySegment> getMapWaySegments() {
method getMapNodes (line 82) | public Collection<MapNode> getMapNodes() {
method getDataBoundary (line 90) | public AxisAlignedBoundingBoxXZ getDataBoundary() {
method getBoundary (line 98) | public AxisAlignedBoundingBoxXZ getBoundary() {
method getCenter (line 109) | public VectorXZ getCenter() {
method getWorldObjects (line 127) | public Iterable<WorldObject> getWorldObjects() {
method getWorldObjects (line 145) | public <T> Iterable<T> getWorldObjects(Class<T> type) {
FILE: OSM2World/src/org/osm2world/core/map_data/data/MapElement.java
type MapElement (line 12) | public interface MapElement extends IntersectionTestObject {
method getLayer (line 14) | public int getLayer();
method getRepresentations (line 26) | public List<? extends WorldObject> getRepresentations();
method getPrimaryRepresentation (line 32) | public WorldObject getPrimaryRepresentation();
method getOverlaps (line 38) | public Collection<MapOverlap<? extends MapElement, ? extends MapElemen...
method getTags (line 43) | TagGroup getTags();
FILE: OSM2World/src/org/osm2world/core/map_data/data/MapNode.java
class MapNode (line 23) | public class MapNode implements MapElement {
method MapNode (line 38) | public MapNode(VectorXZ pos, OSMNode osmNode) {
method getPos (line 46) | public VectorXZ getPos() {
method getLayer (line 50) | @Override
method getOsmNode (line 62) | public OSMNode getOsmNode() {
method getTags (line 66) | @Override
method getAdjacentAreas (line 71) | public Collection<MapArea> getAdjacentAreas() {
method addInboundLine (line 75) | public void addInboundLine(MapWaySegment inboundLine) {
method addOutboundLine (line 87) | public void addOutboundLine(MapWaySegment outboundLine) {
method getInboundLines (line 103) | public List<MapWaySegment> getInboundLines() {
method getOutboundLines (line 111) | public List<MapWaySegment> getOutboundLines() {
method addAdjacentArea (line 115) | public void addAdjacentArea(MapArea adjacentArea) {
method calculateAdjacentAreaSegments (line 121) | public void calculateAdjacentAreaSegments() {
method getConnectedWaySegments (line 142) | public List<MapWaySegment> getConnectedWaySegments() {
method getConnectedSegments (line 150) | public List<MapSegment> getConnectedSegments() {
method sortLinesByAngle (line 157) | private void sortLinesByAngle(List<? extends MapSegment> lines) {
method getRepresentations (line 207) | @Override
method getPrimaryRepresentation (line 212) | @Override
method addRepresentation (line 224) | public void addRepresentation(NodeWorldObject representation) {
method toString (line 228) | @Override
method getOverlaps (line 233) | @Override
method getAxisAlignedBoundingBoxXZ (line 238) | @Override
FILE: OSM2World/src/org/osm2world/core/map_data/data/MapSegment.java
class MapSegment (line 10) | public class MapSegment {
method MapSegment (line 15) | public MapSegment(MapNode startNode, MapNode endNode) {
method getStartNode (line 23) | public MapNode getStartNode() {
method getEndNode (line 27) | public MapNode getEndNode() {
method getOtherNode (line 31) | public MapNode getOtherNode(MapNode node) {
method getStartEndNodes (line 41) | public List<MapNode> getStartEndNodes() {
method getLineSegment (line 45) | public LineSegmentXZ getLineSegment() {
method getDirection (line 58) | public VectorXZ getDirection() {
method getRightNormal (line 71) | public VectorXZ getRightNormal() {
method getCenter (line 81) | public VectorXZ getCenter() {
method isConnectedTo (line 88) | public boolean isConnectedTo(MapSegment other) {
method isConnectedTo (line 98) | public boolean isConnectedTo(MapArea other) {
method sharesBothNodes (line 106) | public boolean sharesBothNodes(MapSegment other) {
FILE: OSM2World/src/org/osm2world/core/map_data/data/MapWaySegment.java
class MapWaySegment (line 21) | public class MapWaySegment extends MapSegment implements MapElement {
method MapWaySegment (line 30) | public MapWaySegment(OSMWay osmWay, MapNode startNode, MapNode endNode) {
method getLayer (line 35) | @Override
method getOsmWay (line 47) | public OSMWay getOsmWay() {
method getTags (line 51) | @Override
method addOverlap (line 56) | public void addOverlap(MapOverlap<?, ?> overlap) {
method getOverlaps (line 64) | @Override
method getIntersectionsWW (line 69) | public Iterable<MapIntersectionWW> getIntersectionsWW() {
method getAxisAlignedBoundingBoxXZ (line 73) | @Override
method getRepresentations (line 79) | @Override
method getPrimaryRepresentation (line 84) | @Override
method addRepresentation (line 96) | public void addRepresentation(WaySegmentWorldObject representation) {
method toString (line 100) | @Override
FILE: OSM2World/src/org/osm2world/core/map_data/data/overlaps/MapIntersectionWW.java
class MapIntersectionWW (line 8) | public class MapIntersectionWW extends MapOverlap<MapWaySegment, MapWayS...
method MapIntersectionWW (line 12) | public MapIntersectionWW(MapWaySegment line1, MapWaySegment line2, Vec...
method getOther (line 21) | public MapWaySegment getOther(MapElement line) {
FILE: OSM2World/src/org/osm2world/core/map_data/data/overlaps/MapOverlap.java
class MapOverlap (line 10) | public abstract class MapOverlap<T1 extends MapElement, T2 extends MapEl...
method MapOverlap (line 17) | public MapOverlap(T1 e1, T2 e2, MapOverlapType type) {
method getOther (line 27) | public MapElement getOther(MapElement element) {
method toString (line 37) | @Override
FILE: OSM2World/src/org/osm2world/core/map_data/data/overlaps/MapOverlapAA.java
class MapOverlapAA (line 14) | public class MapOverlapAA extends MapOverlap<MapArea, MapArea> {
method MapOverlapAA (line 16) | public MapOverlapAA(MapArea area1, MapArea area2, MapOverlapType type) {
method getOther (line 20) | @Override
method getIntersectionPositions (line 25) | public Collection<VectorXZ> getIntersectionPositions() {
FILE: OSM2World/src/org/osm2world/core/map_data/data/overlaps/MapOverlapNA.java
class MapOverlapNA (line 12) | public class MapOverlapNA extends MapOverlap<MapNode, MapArea> {
method MapOverlapNA (line 14) | public MapOverlapNA(MapNode node, MapArea area, MapOverlapType type) {
FILE: OSM2World/src/org/osm2world/core/map_data/data/overlaps/MapOverlapType.java
type MapOverlapType (line 8) | public enum MapOverlapType {
FILE: OSM2World/src/org/osm2world/core/map_data/data/overlaps/MapOverlapWA.java
class MapOverlapWA (line 21) | public class MapOverlapWA extends MapOverlap<MapWaySegment, MapArea> {
method MapOverlapWA (line 27) | public MapOverlapWA(MapWaySegment waySegment, MapArea area,
method getOther (line 38) | public MapArea getOther(MapWaySegment waySegment) {
method getOther (line 42) | public MapWaySegment getOther(MapArea area) {
method getIntersectionPositions (line 47) | public List<VectorXZ> getIntersectionPositions() {
method getIntersectingAreaSegments (line 52) | public List<MapAreaSegment> getIntersectingAreaSegments() {
method getOverlappedSegments (line 56) | public Collection<LineSegmentXZ> getOverlappedSegments() {
method getSharedSegments (line 104) | public Collection<LineSegmentXZ> getSharedSegments() {
FILE: OSM2World/src/org/osm2world/core/map_data/object_info/AddressGatherer.java
class AddressGatherer (line 10) | public class AddressGatherer {
method gather (line 11) | public static void gather(OSMData osmData, MapData grid) {
method gatherMapNode (line 26) | private static void gatherMapNode(MapNode mapNode) {
method gatherOsmNode (line 37) | private static void gatherOsmNode(OSMNode node) {
method gatherAnyNode (line 41) | private static void gatherAnyNode(OSMNode osmNode, MapNode mapNode) {
FILE: OSM2World/src/org/osm2world/core/map_data/object_info/BaseObject.java
class BaseObject (line 3) | public abstract class BaseObject {
method BaseObject (line 7) | public BaseObject(String name) {
FILE: OSM2World/src/org/osm2world/core/map_data/object_info/MapMetaWriter.java
class MapMetaWriter (line 34) | public final class MapMetaWriter {
method MapMetaWriter (line 38) | private MapMetaWriter() {}
method write (line 40) | public static void write(File outputFile, MapData mapData) throws IOEx...
method buildMeta (line 75) | private static Map<String, Object> buildMeta(MapData mapData) {
method buildNodes (line 82) | private static List<Map<String, Object>> buildNodes(MapData mapData) {
method buildWays (line 110) | private static List<Map<String, Object>> buildWays(MapData mapData) {
method buildAreas (line 165) | private static List<Map<String, Object>> buildAreas(MapData mapData) {
method buildNodeEntry (line 193) | private static Map<String, Object> buildNodeEntry(MapNode node) {
method buildWayEntry (line 212) | private static Map<String, Object> buildWayEntry(OSMWay way,
method buildAreaEntry (line 236) | private static Map<String, Object> buildAreaEntry(MapArea area) {
method addCommonFields (line 274) | private static void addCommonFields(Map<String, Object> entry,
method addRepresentationFields (line 283) | private static Set<String> addRepresentationFields(Map<String, Object>...
method addWayRepresentationFields (line 305) | private static Set<String> addWayRepresentationFields(Map<String, Obje...
method addTouchMapperFields (line 335) | private static void addTouchMapperFields(Map<String, Object> entry,
method tagsToMap (line 349) | private static Map<String, String> tagsToMap(TagGroup tags) {
method boundsToMap (line 357) | private static Map<String, Double> boundsToMap(AxisAlignedBoundingBoxX...
method centerToList (line 366) | private static List<Double> centerToList(AxisAlignedBoundingBoxXZ boun...
method coordToList (line 375) | private static List<Double> coordToList(VectorXZ pos) {
method pointGeometry (line 382) | private static Map<String, Object> pointGeometry(VectorXZ pos) {
method isEmptyTerrain (line 389) | private static boolean isEmptyTerrain(TagGroup tags) {
method osmType (line 393) | private static String osmType(OSMElement element) {
method getLayer (line 404) | private static int getLayer(TagGroup tags) {
FILE: OSM2World/src/org/osm2world/core/map_data/object_info/ObjectInfoManager.java
class ObjectInfoManager (line 16) | public class ObjectInfoManager {
method addRoadSegment (line 21) | public static void addRoadSegment(MapWaySegment line) {
method addPoi (line 43) | public static void addPoi(OSMElement element, String subtype, MapNode ...
method getPoiStreet (line 71) | public WayObject getPoiStreet(PoiObject poi) {
method addStreetHouseNumber (line 78) | private static void addStreetHouseNumber(PoiObject poi, OSMElement ele...
method getJsonLine (line 89) | public static String getJsonLine() {
FILE: OSM2World/src/org/osm2world/core/map_data/object_info/ObjectType.java
class ObjectType (line 6) | public class ObjectType {
method ObjectType (line 10) | private ObjectType(MainType maintype, String subtype) {
method fromElement (line 15) | public static ObjectType fromElement(OSMElement element) {
method poi (line 42) | private static ObjectType poi(String subtype) {
method way (line 45) | private static ObjectType way(String subtype) {
type MainType (line 48) | static enum MainType {
FILE: OSM2World/src/org/osm2world/core/map_data/object_info/PoiObject.java
class PoiObject (line 5) | public class PoiObject extends BaseObject {
method PoiObject (line 10) | public PoiObject(String name) {
FILE: OSM2World/src/org/osm2world/core/map_data/object_info/Point.java
class Point (line 3) | public class Point {
method Point (line 7) | public Point(double var1, double var3) {
method hashCode (line 12) | public int hashCode() {
method equals (line 21) | public boolean equals(Object var1) {
FILE: OSM2World/src/org/osm2world/core/map_data/object_info/TouchMapperCategory.java
class TouchMapperCategory (line 12) | public final class TouchMapperCategory {
method TouchMapperCategory (line 14) | private TouchMapperCategory() {}
method categoryForWorldObject (line 16) | public static String categoryForWorldObject(WorldObject object) {
method categoryForRepresentationNames (line 24) | public static String categoryForRepresentationNames(Set<String> repNam...
method isPedestrian (line 58) | public static boolean isPedestrian(MapNode node) {
method isPedestrian (line 70) | public static boolean isPedestrian(TagGroup tags) {
method roadSuffix (line 100) | public static String roadSuffix(boolean pedestrian) {
method containsPrefix (line 104) | private static boolean containsPrefix(Set<String> repNames, String pre...
FILE: OSM2World/src/org/osm2world/core/map_data/object_info/WayObject.java
class WayObject (line 9) | public class WayObject extends BaseObject {
method WayObject (line 15) | public WayObject(String name) {
method addSegment (line 19) | public void addSegment(LineSegmentXZ segment) {
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/BridgeTunnelElevationCalculator.java
class BridgeTunnelElevationCalculator (line 10) | public class BridgeTunnelElevationCalculator extends TagElevationCalcula...
method BridgeTunnelElevationCalculator (line 15) | private BridgeTunnelElevationCalculator(double eleBridge, double eleTu...
method BridgeTunnelElevationCalculator (line 21) | public BridgeTunnelElevationCalculator() {
method getEleForTags (line 25) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/DelaunayTriangulation.java
class DelaunayTriangulation (line 38) | public class DelaunayTriangulation {
class DelaunayTriangle (line 44) | public static class DelaunayTriangle implements IntersectionTestObject {
method DelaunayTriangle (line 54) | public DelaunayTriangle(VectorXYZ p0, VectorXYZ p1, VectorXYZ p2) {
method getPoint (line 64) | public VectorXYZ getPoint(int i) {
method getNeighbor (line 74) | public DelaunayTriangle getNeighbor(int i) {
method getLeftNeighbor (line 83) | public DelaunayTriangle getLeftNeighbor(VectorXYZ atPoint) {
method getRightNeighbor (line 87) | public DelaunayTriangle getRightNeighbor(VectorXYZ atPoint) {
method setNeighbor (line 91) | public void setNeighbor(int i, DelaunayTriangle neighbor) {
method indexOfPoint (line 100) | public int indexOfPoint(VectorXYZ point) {
method indexOfNeighbor (line 112) | public int indexOfNeighbor(DelaunayTriangle neighbor) {
method replaceNeighbor (line 124) | public void replaceNeighbor(DelaunayTriangle oldNeighbor,
method angleAt (line 129) | public double angleAt(int pointIndex) {
method angleOppositeOf (line 140) | public double angleOppositeOf(DelaunayTriangle neighbor) {
method getCircumcircleCenter (line 146) | public VectorXZ getCircumcircleCenter() {
method asTriangleXZ (line 162) | public TriangleXZ asTriangleXZ() {
method asTriangleXYZ (line 171) | public TriangleXYZ asTriangleXYZ() {
method getAxisAlignedBoundingBoxXZ (line 178) | @Override
method toString (line 187) | @Override
type Flip (line 197) | private interface Flip {
method perform (line 199) | public void perform();
method undo (line 200) | public void undo();
method getCreatedTriangles (line 202) | public DelaunayTriangle[] getCreatedTriangles();
method getRemovedTriangles (line 203) | public DelaunayTriangle[] getRemovedTriangles();
class Flip13 (line 207) | private class Flip13 implements Flip {
method Flip13 (line 214) | public Flip13(DelaunayTriangle triangle, VectorXYZ point) {
method perform (line 219) | @Override
method undo (line 264) | @Override
method getCreatedTriangles (line 285) | @Override
method getRemovedTriangles (line 291) | @Override
class Flip22 (line 299) | private class Flip22 implements Flip {
method Flip22 (line 310) | public Flip22(DelaunayTriangle triangle) {
method perform (line 316) | @Override
method undo (line 365) | @Override
method getCreatedTriangles (line 379) | @Override
method getRemovedTriangles (line 385) | @Override
class NaturalNeighbors (line 392) | public class NaturalNeighbors {
method NaturalNeighbors (line 397) | NaturalNeighbors(Collection<VectorXYZ> neighbors) {
method iterator (line 415) | @Override
method DelaunayTriangulation (line 494) | public DelaunayTriangulation(AxisAlignedBoundingBoxXZ bounds) {
method getTriangles (line 518) | public Iterable<DelaunayTriangle> getTriangles() {
method insert (line 522) | public Stack<Flip> insert(VectorXYZ point) { //TODO: should use <T ext...
method probe (line 574) | public NaturalNeighbors probe(VectorXZ point) {
method getIncidentTriangles (line 669) | public List<DelaunayTriangle> getIncidentTriangles(final VectorXYZ poi...
method getVoronoiCellSectors (line 687) | public List<TriangleXZ> getVoronoiCellSectors(VectorXYZ point) {
method getVoronoiCellSectors (line 694) | public List<TriangleXZ> getVoronoiCellSectors(VectorXYZ point,
method getVoronoiCellSize (line 773) | public double getVoronoiCellSize(VectorXYZ point,
method isDelaunay (line 786) | private boolean isDelaunay(DelaunayTriangle triangle) {
method getEnlosingTriangle (line 810) | public DelaunayTriangle getEnlosingTriangle(VectorXZ point) {
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/EleConstraintEnforcer.java
type EleConstraintEnforcer (line 8) | public interface EleConstraintEnforcer {
type ConstraintType (line 11) | public static enum ConstraintType {
method addConnectors (line 23) | void addConnectors(Iterable<EleConnector> connectors);
method requireSameEle (line 28) | public void requireSameEle(EleConnector c1, EleConnector c2);
method requireSameEle (line 33) | public void requireSameEle(Iterable<EleConnector> cs);
method requireVerticalDistance (line 38) | void requireVerticalDistance(ConstraintType type, double distance,
method requireVerticalDistance (line 47) | void requireVerticalDistance(ConstraintType type, double distance,
method requireIncline (line 56) | void requireIncline(ConstraintType type, double incline,
method requireSmoothness (line 62) | void requireSmoothness(EleConnector from, EleConnector via, EleConnect...
method enforceConstraints (line 69) | void enforceConstraints();
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/EleConstraintValidator.java
class EleConstraintValidator (line 22) | public class EleConstraintValidator implements EleConstraintEnforcer {
method EleConstraintValidator (line 35) | public EleConstraintValidator(MapData mapData, EleConstraintEnforcer e...
method addConnectors (line 40) | @Override
method requireSameEle (line 63) | @Override
method requireSameEle (line 77) | @Override
method requireVerticalDistance (line 97) | @Override
method requireVerticalDistance (line 117) | @Override
method requireIncline (line 123) | @Override
method requireSmoothness (line 129) | @Override
method enforceConstraints (line 139) | @Override
method printSmoothnessLog (line 148) | private void printSmoothnessLog() {
method getIncline (line 179) | private double getIncline(VectorXYZ v1, VectorXYZ v2) {
method failValidation (line 183) | private void failValidation(String constraintText, EleConnector... cs ) {
method appendEleConnectorString (line 199) | private void appendEleConnectorString(StringBuilder out, EleConnector ...
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/EleTagElevationCalculator.java
class EleTagElevationCalculator (line 10) | public class EleTagElevationCalculator extends TagElevationCalculator {
method getEleForTags (line 12) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/ElevationCalculator.java
type ElevationCalculator (line 14) | public interface ElevationCalculator {
method calculateElevations (line 29) | public void calculateElevations(MapData mapData,
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/InverseDistanceWeightingInterpolator.java
class InverseDistanceWeightingInterpolator (line 13) | public class InverseDistanceWeightingInterpolator implements TerrainInte...
method InverseDistanceWeightingInterpolator (line 21) | public InverseDistanceWeightingInterpolator() {
method InverseDistanceWeightingInterpolator (line 25) | public InverseDistanceWeightingInterpolator(double exponent) {
method setKnownSites (line 29) | @Override
method interpolateEle (line 44) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/LPEleConstraintEnforcer.java
class LPEleConstraintEnforcer (line 33) | public class LPEleConstraintEnforcer implements EleConstraintEnforcer {
method LPEleConstraintEnforcer (line 41) | public LPEleConstraintEnforcer() {
method addConnectors (line 50) | @Override
method createVariables (line 71) | private static Collection<LPVariablePair> createVariables(
method requireSameEle (line 125) | @Override
method requireSameEle (line 175) | @Override
method requireVerticalDistance (line 192) | @Override
method requireVerticalDistance (line 208) | @Override
method requireIncline (line 220) | @Override
method requireSmoothness (line 236) | @Override
method addConstraint (line 270) | private void addConstraint(
method addConstraint (line 282) | private void addConstraint(
method addConstraint (line 295) | private void addConstraint(
method getOperator (line 330) | private static String getOperator(ConstraintType constraintType) {
method enforceConstraints (line 341) | @Override
method constructObjective (line 376) | private Linear constructObjective() {
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/LeastSquaresInterpolator.java
class LeastSquaresInterpolator (line 31) | public class LeastSquaresInterpolator implements TerrainInterpolator {
method setKnownSites (line 40) | @Override
method interpolateEle (line 117) | @Override
method getSitesWithPolynomials (line 148) | public Collection<SiteWithPolynomial> getSitesWithPolynomials() {
method findNearestSites (line 152) | private List<SiteWithPolynomial> findNearestSites(
type Polynomial (line 224) | public static interface Polynomial {
method evaluateAt (line 226) | public double evaluateAt(double x, double z);
class DefaultPolynomial (line 230) | public static final class DefaultPolynomial implements Polynomial {
method DefaultPolynomial (line 236) | private DefaultPolynomial(double[] coeffs) {
method evaluateAt (line 241) | @Override
method populateMatrix (line 251) | public static void populateMatrix(RealMatrix matrix, int row,
method toString (line 263) | @Override
class SiteWithPolynomial (line 273) | public static final class SiteWithPolynomial implements IntersectionTe...
method SiteWithPolynomial (line 278) | public SiteWithPolynomial(VectorXYZ site) {
method getPolynomial (line 282) | public Polynomial getPolynomial() {
method setPolynomial (line 286) | public void setPolynomial(Polynomial polynomial) {
method getAxisAlignedBoundingBoxXZ (line 290) | @Override
method toString (line 295) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/LevelTagElevationCalculator.java
class LevelTagElevationCalculator (line 10) | public class LevelTagElevationCalculator extends TagElevationCalculator {
method LevelTagElevationCalculator (line 14) | public LevelTagElevationCalculator(double elePerLevel) {
method LevelTagElevationCalculator (line 19) | public LevelTagElevationCalculator() {
method getEleForTags (line 23) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/LinearInterpolator.java
class LinearInterpolator (line 15) | public class LinearInterpolator implements TerrainInterpolator {
method setKnownSites (line 19) | @Override
method interpolateEle (line 33) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/NNDebugViewer.java
class NNDebugViewer (line 33) | public class NNDebugViewer {
method main (line 35) | public static void main(String[] args) {
class NNDebugPanel (line 41) | private static class NNDebugPanel extends JPanel {
method NNDebugPanel (line 52) | public NNDebugPanel() {
method clear (line 74) | public void clear() {
method add (line 88) | public void add(VectorXYZ p) {
method updateMinMax (line 110) | private void updateMinMax(VectorXYZ v) {
method paint (line 117) | @Override
method draw (line 201) | private void draw(Graphics g, VectorXZ p) {
method draw (line 205) | private void draw(Graphics g, TriangleXZ t) {
method fill (line 212) | private void fill(Graphics g, TriangleXZ t) {
method draw (line 219) | private void draw(Graphics g, PolygonXZ p) {
method drawPoint (line 231) | private void drawPoint(Graphics g, VectorXZ p) {
method drawLine (line 239) | private void drawLine(Graphics g, VectorXZ p1, VectorXZ p2) {
method drawCircle (line 245) | private void drawCircle(Graphics g, VectorXZ center, double radius) {
method drawArrow (line 257) | private void drawArrow(Graphics g, VectorXZ p1, VectorXZ p2) {
method coordX (line 274) | private int coordX(VectorXZ v) {
method coordY (line 278) | private int coordY(VectorXZ v) {
method inverseCoord (line 282) | private VectorXZ inverseCoord(int x, int y) {
class DebugViewerFrame (line 298) | private static class DebugViewerFrame extends JFrame {
method DebugViewerFrame (line 302) | public DebugViewerFrame() {
class ClearAction (line 331) | private static final class ClearAction extends AbstractAction {
method ClearAction (line 336) | public ClearAction(NNDebugPanel panel) {
method actionPerformed (line 343) | @Override
class AddRandomPointAction (line 350) | private static final class AddRandomPointAction extends AbstractAction {
method AddRandomPointAction (line 358) | public AddRandomPointAction(NNDebugPanel panel) {
method actionPerformed (line 365) | @Override
class Line (line 381) | private static class Line {
method Line (line 384) | public Line(VectorXZ from, VectorXZ to) {
class Arrow (line 390) | private static class Arrow extends Line {
method Arrow (line 391) | public Arrow(VectorXZ from, VectorXZ to) {
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/NaturalNeighborInterpolator.java
class NaturalNeighborInterpolator (line 13) | public class NaturalNeighborInterpolator implements TerrainInterpolator {
method setKnownSites (line 17) | @Override
method interpolateEle (line 38) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/NoneEleConstraintEnforcer.java
class NoneEleConstraintEnforcer (line 11) | public class NoneEleConstraintEnforcer implements EleConstraintEnforcer {
method addConnectors (line 13) | @Override
method requireSameEle (line 16) | @Override
method requireSameEle (line 19) | @Override
method requireVerticalDistance (line 22) | @Override
method requireVerticalDistance (line 26) | @Override
method requireIncline (line 30) | @Override
method requireSmoothness (line 34) | @Override
method enforceConstraints (line 38) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/SRTMData.java
class SRTMData (line 20) | public class SRTMData implements TerrainElevationData {
method SRTMData (line 26) | public SRTMData(File tileDirectory, MapProjection projection) {
method getSites (line 32) | @Override
method getSites (line 65) | @Override
method loadTileIfNecessary (line 105) | private void loadTileIfNecessary(int lon, int lat) throws IOException {
method addTileSites (line 137) | private void addTileSites(Collection<VectorXYZ> result,
method getTile (line 178) | private SRTMTile getTile(int tileLon, int tileLat) {
method setTile (line 182) | private void setTile(int tileLon, int tileLat, SRTMTile tile) {
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/SRTMTile.java
class SRTMTile (line 17) | class SRTMTile {
method SRTMTile (line 28) | public SRTMTile(File file) throws IOException {
method loadDataFromFile (line 36) | private static ShortBuffer loadDataFromFile(File file) throws IOExcept...
method getData (line 52) | public final short getData(int x, int y) {
method toString (line 57) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/SimpleEleConstraintEnforcer.java
class SimpleEleConstraintEnforcer (line 24) | public final class SimpleEleConstraintEnforcer implements EleConstraintE...
method addConnectors (line 35) | @Override
method requireSameEle (line 56) | @Override
method requireSameEle (line 65) | @Override
method requireVerticalDistance (line 127) | @Override
method requireVerticalDistance (line 134) | @Override
method requireIncline (line 141) | @Override
method requireSmoothness (line 147) | @Override
method enforceConstraints (line 153) | @Override
class StiffConnectorSet (line 198) | private static class StiffConnectorSet implements Iterable<EleConnecto...
method add (line 207) | public void add(EleConnector connector) {
method mergeFrom (line 216) | public void mergeFrom(StiffConnectorSet otherSet) {
method size (line 225) | public double size() {
method iterator (line 229) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/TagElevationCalculator.java
class TagElevationCalculator (line 14) | public abstract class TagElevationCalculator implements ElevationCalcula...
method TagElevationCalculator (line 22) | public TagElevationCalculator(Double terrainElevation,
method TagElevationCalculator (line 28) | public TagElevationCalculator() {
method calculateElevations (line 32) | @Override
class Connection (line 179) | private static class Connection {
method Connection (line 184) | public Connection(List<MapSegment> segmentSequence, MapNode endNode) {
method getLength (line 189) | public double getLength() {
method getEleForTags (line 250) | protected abstract Double getEleForTags(TagGroup tags);
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/TerrainElevationData.java
type TerrainElevationData (line 13) | public interface TerrainElevationData {
method getSites (line 15) | Collection<VectorXYZ> getSites(double minLon, double minLat,
method getSites (line 18) | Collection<VectorXYZ> getSites(MapData mapData) throws IOException;
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/TerrainInterpolator.java
type TerrainInterpolator (line 11) | public interface TerrainInterpolator {
method setKnownSites (line 13) | void setKnownSites(Collection<VectorXYZ> sites);
method interpolateEle (line 15) | VectorXYZ interpolateEle(VectorXZ pos);
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/ZeroElevationCalculator.java
class ZeroElevationCalculator (line 17) | public class ZeroElevationCalculator implements ElevationCalculator {
method calculateElevations (line 19) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/creation/ZeroInterpolator.java
class ZeroInterpolator (line 11) | public class ZeroInterpolator implements TerrainInterpolator {
method setKnownSites (line 13) | @Override
method interpolateEle (line 18) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/data/AreaElevationProfile.java
class AreaElevationProfile (line 18) | public class AreaElevationProfile extends ElevationProfile {
method AreaElevationProfile (line 28) | public AreaElevationProfile(MapArea area) {
method getElement (line 33) | @Override
method getPointsWithEle (line 44) | @Override
method getEleAt (line 56) | @Override
method getWithEle (line 81) | @Override
method addPointWithEle (line 91) | public void addPointWithEle(VectorXYZ pointWithEle) {
method setEleFunction (line 101) | public void setEleFunction(Function<VectorXZ, VectorXYZ> eleFunction) {
method getMaxEle (line 105) | @Override
method getMinEle (line 117) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/data/EleConnector.java
class EleConnector (line 22) | public class EleConnector {
method EleConnector (line 43) | public EleConnector(VectorXZ pos, Object reference, GroundState ground...
method setPosXYZ (line 56) | public void setPosXYZ(VectorXYZ posXYZ) {
method getPosXYZ (line 72) | public VectorXYZ getPosXYZ() {
method connectsTo (line 81) | public boolean connectsTo(EleConnector other) {
method toString (line 87) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/data/EleConnectorGroup.java
class EleConnectorGroup (line 26) | public class EleConnectorGroup implements Iterable<EleConnector> {
method EleConnectorGroup (line 31) | public EleConnectorGroup() {
method EleConnectorGroup (line 35) | private EleConnectorGroup(List<EleConnector> eleConnectors) {
method addConnectorsFor (line 39) | public void addConnectorsFor(Iterable<VectorXZ> positions,
method addConnectorsFor (line 48) | public void addConnectorsFor(PolygonWithHolesXZ polygon,
method addConnectorsForTriangulation (line 59) | public void addConnectorsForTriangulation(Iterable<TriangleXZ> triangles,
method add (line 75) | public void add(EleConnector newConnector) {
method addAll (line 81) | public void addAll(Iterable<EleConnector> newConnectors) {
method getConnector (line 89) | public EleConnector getConnector(VectorXZ pos) {
method getConnectors (line 103) | public List<EleConnector> getConnectors(Iterable<VectorXZ> positions) {
method getPosXYZ (line 119) | public VectorXYZ getPosXYZ(VectorXZ pos) {
method getPosXYZ (line 136) | public List<VectorXYZ> getPosXYZ(Collection<VectorXZ> positions) {
method getPosXYZ (line 148) | public PolygonXYZ getPosXYZ(SimplePolygonXZ polygon) {
method getTriangulationXYZ (line 152) | public Collection<TriangleXYZ> getTriangulationXYZ(
method iterator (line 176) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/data/ElevationProfile.java
class ElevationProfile (line 14) | abstract public class ElevationProfile {
method getEleAt (line 16) | public abstract double getEleAt(VectorXZ pos);
method getWithEle (line 18) | public VectorXYZ getWithEle(VectorXZ pos) {
method getWithEle (line 22) | public List<VectorXYZ> getWithEle(List<VectorXZ> posList) {
method getPointsWithEle (line 30) | public abstract Collection<VectorXYZ> getPointsWithEle();
method getMinEle (line 32) | public abstract double getMinEle();
method getMaxEle (line 33) | public abstract double getMaxEle();
method getElement (line 35) | abstract protected MapElement getElement();
FILE: OSM2World/src/org/osm2world/core/map_elevation/data/GroundState.java
type GroundState (line 3) | public enum GroundState {
method isHigherThan (line 7) | public boolean isHigherThan(GroundState other) {
FILE: OSM2World/src/org/osm2world/core/map_elevation/data/LPVariablePair.java
class LPVariablePair (line 12) | public class LPVariablePair {
method LPVariablePair (line 20) | public LPVariablePair(EleConnector firstMember) {
method getConnectors (line 29) | public List<EleConnector> getConnectors() {
method add (line 37) | public void add(EleConnector c) {
method addAll (line 46) | public void addAll(LPVariablePair other) {
method setPosXYZ (line 53) | public void setPosXYZ(VectorXYZ posXYZ) {
method getPosXYZ (line 62) | public VectorXYZ getPosXYZ() {
method connectsTo (line 69) | public boolean connectsTo(EleConnector other) {
method posVar (line 83) | public Object posVar() {
method negVar (line 91) | public Object negVar() {
method toString (line 95) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/data/NodeElevationProfile.java
class NodeElevationProfile (line 16) | public class NodeElevationProfile extends ElevationProfile {
method NodeElevationProfile (line 22) | public NodeElevationProfile(MapNode node) {
method getElement (line 26) | @Override
method getPointWithEle (line 31) | public VectorXYZ getPointWithEle() {
method getPointsWithEle (line 38) | @Override
method getEle (line 43) | public double getEle() {
method getEleAt (line 50) | @Override
method getWithEle (line 55) | @Override
method setEle (line 64) | public void setEle(double ele) {
method getMaxEle (line 68) | @Override
method getMinEle (line 76) | @Override
FILE: OSM2World/src/org/osm2world/core/map_elevation/data/WaySegmentElevationProfile.java
class WaySegmentElevationProfile (line 18) | public class WaySegmentElevationProfile extends ElevationProfile {
method WaySegmentElevationProfile (line 24) | public WaySegmentElevationProfile(MapWaySegment line) {
method getElement (line 28) | @Override
method sortPointsWithEle (line 35) | private void sortPointsWithEle() {
method getPointsWithEle (line 57) | @Override
method getEleAt (line 69) | @Override
method addPointWithEle (line 129) | public void addPointWithEle(VectorXYZ pointWithEle) {
method getMaxEle (line 140) | @Override
method getMinEle (line 152) | @Override
FILE: OSM2World/src/org/osm2world/core/math/AxisAlignedBoundingBoxXYZ.java
class AxisAlignedBoundingBoxXYZ (line 13) | public class AxisAlignedBoundingBoxXYZ implements Cloneable {
method AxisAlignedBoundingBoxXYZ (line 17) | public AxisAlignedBoundingBoxXYZ(double minX, double minY, double minZ,
method AxisAlignedBoundingBoxXYZ (line 30) | public AxisAlignedBoundingBoxXYZ(Collection<? extends Vector3D> bounde...
method sizeX (line 47) | public double sizeX() { return maxX - minX; }
method sizeY (line 48) | public double sizeY() { return maxY - minY; }
method sizeZ (line 49) | public double sizeZ() { return maxZ - minZ; }
method center (line 51) | public VectorXYZ center() {
method corners (line 55) | public Collection<VectorXYZ> corners() {
method pad (line 69) | public AxisAlignedBoundingBoxXYZ pad(double paddingSize) {
method overlaps (line 79) | public boolean overlaps(AxisAlignedBoundingBoxXYZ otherBox) {
method contains (line 88) | public boolean contains(AxisAlignedBoundingBoxXYZ otherBox) {
method contains (line 97) | public boolean contains(VectorXYZ v) {
method union (line 101) | public static final AxisAlignedBoundingBoxXYZ union(
method intersect (line 114) | public static final AxisAlignedBoundingBoxXYZ intersect(
method clone (line 127) | @Override
FILE: OSM2World/src/org/osm2world/core/math/AxisAlignedBoundingBoxXZ.java
class AxisAlignedBoundingBoxXZ (line 15) | public class AxisAlignedBoundingBoxXZ implements Cloneable {
method AxisAlignedBoundingBoxXZ (line 19) | public AxisAlignedBoundingBoxXZ(double minX, double minZ,
method AxisAlignedBoundingBoxXZ (line 30) | public AxisAlignedBoundingBoxXZ(Collection<? extends Vector3D> bounded...
method sizeX (line 47) | public double sizeX() { return maxX - minX; }
method sizeZ (line 48) | public double sizeZ() { return maxZ - minZ; }
method center (line 50) | public VectorXZ center() {
method polygonXZ (line 56) | public SimplePolygonXZ polygonXZ() {
method bottomLeft (line 72) | public VectorXZ bottomLeft() {
method bottomRight (line 76) | public VectorXZ bottomRight() {
method topRight (line 80) | public VectorXZ topRight() {
method topLeft (line 84) | public VectorXZ topLeft() {
method pad (line 91) | public AxisAlignedBoundingBoxXZ pad(double paddingSize) {
method overlaps (line 99) | public boolean overlaps(AxisAlignedBoundingBoxXZ otherBox) {
method contains (line 106) | public boolean contains(AxisAlignedBoundingBoxXZ otherBox) {
method contains (line 113) | public boolean contains(IntersectionTestObject object) {
method contains (line 118) | public boolean contains(VectorXZ v) {
method union (line 122) | public static final AxisAlignedBoundingBoxXZ union(
method clone (line 133) | @Override
FILE: OSM2World/src/org/osm2world/core/math/GeometryUtil.java
class GeometryUtil (line 18) | public final class GeometryUtil {
method GeometryUtil (line 21) | private GeometryUtil() { }
method trianglesFromVertexList (line 23) | public static final List<TriangleXYZ> trianglesFromVertexList(
method trianglesFromTriangleStrip (line 45) | public static final List<TriangleXYZ> trianglesFromTriangleStrip(
method triangleVertexListFromTriangleStrip (line 53) | public static final <V> List<V> triangleVertexListFromTriangleStrip(
method triangleNormalListFromTriangleStripOrFan (line 76) | public static final <V> List<V> triangleNormalListFromTriangleStripOrFan(
method trianglesFromTriangleFan (line 92) | public static final List<TriangleXYZ> trianglesFromTriangleFan(
method triangleVertexListFromTriangleFan (line 100) | public static final <V> List<V> triangleVertexListFromTriangleFan(
method getLineIntersection (line 124) | public static final VectorXZ getLineIntersection(
method getLineSegmentIntersection (line 157) | public static final VectorXZ getLineSegmentIntersection(
method getTrueLineSegmentIntersection (line 202) | public static final VectorXZ getTrueLineSegmentIntersection(
method isRightOf (line 218) | public static final boolean isRightOf(VectorXZ p, VectorXZ l1, VectorX...
method isBetween (line 232) | public static final boolean isBetween(VectorXZ p, VectorXZ l1, VectorX...
method distanceFromLine (line 246) | public static final double distanceFromLine(VectorXZ p, VectorXZ v1, V...
method distanceFromLineSegment (line 253) | public static final double distanceFromLineSegment(VectorXZ p, LineSeg...
method sequenceAbove (line 265) | public static final List<VectorXYZ> sequenceAbove(
method interpolateBetween (line 287) | public static VectorXZ interpolateBetween(VectorXZ pos1, VectorXZ pos2...
method interpolateBetween (line 297) | public static VectorXYZ interpolateBetween(VectorXYZ pos1, VectorXYZ p...
method interpolateElevation (line 308) | public static VectorXYZ interpolateElevation(VectorXZ posForEle,
method interpolateValue (line 321) | public static double interpolateValue(VectorXZ posForValue,
method equallyDistributePointsAlong (line 346) | public static List<VectorXZ> equallyDistributePointsAlong(
method equallyDistributePointsAlong (line 396) | public static List<VectorXZ> equallyDistributePointsAlong(
method insertIntoPolygon (line 448) | public static PolygonXZ insertIntoPolygon(PolygonXZ polygon,
method distributePointsOn (line 509) | public static List<VectorXZ> distributePointsOn(
method approxZero (line 567) | private static final boolean approxZero(double f) {
method calculateTangentVectorsForTexLayer (line 579) | public static final List<VectorXYZW> calculateTangentVectorsForTexLaye...
method calculateShadowVolumesPerTriangle (line 652) | public static final List<VectorXYZW> calculateShadowVolumesPerTriangle...
method emitQuad (line 723) | private static List<VectorXYZW> emitQuad(VectorXYZ start, VectorXYZ en...
FILE: OSM2World/src/org/osm2world/core/math/InvalidGeometryException.java
class InvalidGeometryException (line 9) | public class InvalidGeometryException extends RuntimeException {
method InvalidGeometryException (line 13) | public InvalidGeometryException() {
method InvalidGeometryException (line 17) | public InvalidGeometryException(String message, Throwable cause) {
method InvalidGeometryException (line 21) | public InvalidGeometryException(String message) {
method InvalidGeometryException (line 25) | public InvalidGeometryException(Throwable cause) {
FILE: OSM2World/src/org/osm2world/core/math/JTSConversionUtil.java
class JTSConversionUtil (line 24) | public class JTSConversionUtil {
method vectorXZToJTSCoordinate (line 28) | public static final Coordinate vectorXZToJTSCoordinate(VectorXZ v) {
method vectorXYZToJTSCoordinate (line 32) | public static final Coordinate vectorXYZToJTSCoordinate(VectorXYZ v) {
method vectorXZFromJTSCoordinate (line 36) | public static final VectorXZ vectorXZFromJTSCoordinate(Coordinate c) {
method vectorXYZFromJTSCoordinate (line 40) | public static final VectorXYZ vectorXYZFromJTSCoordinate(Coordinate c) {
method lineSegmentXZToJTSLineString (line 44) | public static LineString lineSegmentXZToJTSLineString(LineSegmentXZ se...
method polygonXZToJTSPolygon (line 55) | public static final Polygon polygonXZToJTSPolygon(SimplePolygonXZ poly...
method polygonXZFromJTSPolygon (line 72) | public static final PolygonWithHolesXZ
method polygonXZFromLineString (line 97) | private static final SimplePolygonXZ polygonXZFromLineString(LineStrin...
method polygonsXZFromJTSGeometry (line 108) | public static final Collection<PolygonWithHolesXZ>
FILE: OSM2World/src/org/osm2world/core/math/LineSegmentXYZ.java
class LineSegmentXYZ (line 3) | public class LineSegmentXYZ {
method LineSegmentXYZ (line 7) | public LineSegmentXYZ(VectorXYZ p1, VectorXYZ p2) {
method getSegmentXZ (line 12) | public LineSegmentXZ getSegmentXZ() {
method toString (line 16) | @Override
FILE: OSM2World/src/org/osm2world/core/math/LineSegmentXZ.java
class LineSegmentXZ (line 3) | public class LineSegmentXZ {
method LineSegmentXZ (line 7) | public LineSegmentXZ(VectorXZ p1, VectorXZ p2) {
method getCenter (line 12) | public VectorXZ getCenter() {
method intersects (line 20) | public boolean intersects(VectorXZ segmentP1, VectorXZ segmentP2) {
method getIntersection (line 32) | public VectorXZ getIntersection(VectorXZ segmentP1, VectorXZ segmentP2) {
method getLength (line 44) | public double getLength() {
method toString (line 48) | @Override
FILE: OSM2World/src/org/osm2world/core/math/Poly2TriUtil.java
class Poly2TriUtil (line 21) | public class Poly2TriUtil {
class CDTSet (line 22) | static class CDTSet implements Triangulatable {
method CDTSet (line 31) | public CDTSet(SimplePolygonXZ polygon,
method removeDuplicateSegments (line 98) | private void removeDuplicateSegments() {
method getTriangulationMode (line 115) | public TriangulationMode getTriangulationMode() {
method getPoints (line 119) | public List<TriangulationPoint> getPoints() {
method getTriangles (line 123) | public List<DelaunayTriangle> getTriangles() {
method addTriangle (line 127) | public void addTriangle(DelaunayTriangle t) {
method addTriangles (line 131) | public void addTriangles(List<DelaunayTriangle> list) {
method clearTriangulation (line 135) | public void clearTriangulation() {
method prepareTriangulation (line 139) | public void prepareTriangulation(TriangulationContext<?> tcx) {
method triangulate (line 171) | public static final List<TriangleXZ> triangulate(SimplePolygonXZ polygon,
FILE: OSM2World/src/org/osm2world/core/math/PolygonWithHolesXZ.java
class PolygonWithHolesXZ (line 8) | public class PolygonWithHolesXZ {
method PolygonWithHolesXZ (line 13) | public PolygonWithHolesXZ(SimplePolygonXZ outerPolygon,
method getOuter (line 27) | public SimplePolygonXZ getOuter() {
method getHoles (line 31) | public List<SimplePolygonXZ> getHoles() {
method getPolygons (line 38) | public List<SimplePolygonXZ> getPolygons() {
method asTriangleXZ (line 49) | public TriangleXZ asTriangleXZ() {
method contains (line 56) | public boolean contains(SimplePolygonXZ boundary) {
method contains (line 70) | public boolean contains(VectorXZ v) {
method contains (line 83) | public boolean contains(LineSegmentXZ lineSegment) {
method intersects (line 99) | public boolean intersects(LineSegmentXZ lineSegment) {
method intersects (line 108) | public boolean intersects(SimplePolygonXZ other) {
method intersectionPositions (line 117) | public List<VectorXZ> intersectionPositions(LineSegmentXZ lineSegment) {
method intersectionPositions (line 126) | public Collection<VectorXZ> intersectionPositions(PolygonWithHolesXZ p...
method getArea (line 137) | public double getArea() {
FILE: OSM2World/src/org/osm2world/core/math/PolygonXYZ.java
class PolygonXYZ (line 10) | public class PolygonXYZ {
method PolygonXYZ (line 19) | public PolygonXYZ(List<VectorXYZ> vertexLoop) {
method getVertices (line 34) | public List<VectorXYZ> getVertices() {
method getVertexLoop (line 41) | public List<VectorXYZ> getVertexLoop() {
method size (line 50) | public int size() {
method getSegments (line 55) | public List<LineSegmentXYZ> getSegments() {
method getXZPolygon (line 64) | public PolygonXZ getXZPolygon() {
method getSimpleXZPolygon (line 75) | public SimplePolygonXZ getSimpleXZPolygon() {
method asTriangleXYZ (line 87) | public TriangleXYZ asTriangleXYZ() {
method reverse (line 104) | public PolygonXYZ reverse() {
FILE: OSM2World/src/org/osm2world/core/math/PolygonXZ.java
class PolygonXZ (line 13) | public class PolygonXZ {
method PolygonXZ (line 24) | public PolygonXZ(List<VectorXZ> vertexLoop) {
method size (line 37) | public int size() {
method getVertices (line 46) | public List<VectorXZ> getVertices() {
method getVertexLoop (line 53) | public List<VectorXZ> getVertexLoop() {
method getVertexCollection (line 62) | public List<VectorXZ> getVertexCollection() {
method getVertex (line 69) | public VectorXZ getVertex(int index) {
method getVertexAfter (line 79) | public VectorXZ getVertexAfter(int index) {
method getVertexBefore (line 89) | public VectorXZ getVertexBefore(int index) {
method getSegments (line 94) | public List<LineSegmentXZ> getSegments() {
method getClosestSegment (line 105) | public LineSegmentXZ getClosestSegment(VectorXZ point) {
method intersects (line 126) | public boolean intersects(VectorXZ segmentP1, VectorXZ segmentP2) {
method intersects (line 145) | public boolean intersects(LineSegmentXZ lineSegment) {
method intersects (line 153) | public boolean intersects(PolygonXZ outlinePolygonXZ) {
method intersectionSegments (line 166) | public Collection<LineSegmentXZ> intersectionSegments(
method intersectionPositions (line 188) | public List<VectorXZ> intersectionPositions(
method isSelfIntersecting (line 213) | public boolean isSelfIntersecting() {
method isSelfIntersecting (line 227) | public static boolean isSelfIntersecting(List<VectorXZ> polygonVertexL...
method isSimple (line 341) | public boolean isSimple() {
method asSimplePolygon (line 355) | public SimplePolygonXZ asSimplePolygon() {
method asTriangleXZ (line 363) | public TriangleXZ asTriangleXZ() {
method xyz (line 376) | public PolygonXYZ xyz(final double y) {
method reverse (line 380) | public PolygonXZ reverse() {
method getCenter (line 390) | public VectorXZ getCenter() {
method getOutlineLength (line 407) | public double getOutlineLength() {
method isEquivalentTo (line 419) | public boolean isEquivalentTo(PolygonXZ other) {
method assertLoopProperty (line 456) | protected static void assertLoopProperty(List<VectorXZ> vertexLoop) {
method toString (line 463) | @Override
FILE: OSM2World/src/org/osm2world/core/math/SimplePolygonXZ.java
class SimplePolygonXZ (line 13) | public class SimplePolygonXZ extends PolygonXZ {
method SimplePolygonXZ (line 30) | public SimplePolygonXZ(List<VectorXZ> vertexLoop) {
method calculateArea (line 39) | private void calculateArea() {
method getSegments (line 47) | public List<LineSegmentXZ> getSegments() {
method getArea (line 56) | public double getArea() {
method getCentroid (line 64) | public VectorXZ getCentroid() {
method getDiameter (line 90) | public double getDiameter() {
method isClockwise (line 104) | public boolean isClockwise() {
method isSelfIntersecting (line 111) | @Override
method isSimple (line 116) | @Override
method asSimplePolygon (line 121) | @Override
method asPolygonWithHolesXZ (line 130) | public PolygonWithHolesXZ asPolygonWithHolesXZ() {
method makeClockwise (line 138) | public SimplePolygonXZ makeClockwise() {
method makeCounterclockwise (line 146) | public SimplePolygonXZ makeCounterclockwise() {
method makeRotationSense (line 150) | private SimplePolygonXZ makeRotationSense(boolean clockwise) {
method reverse (line 158) | @Override
method shift (line 168) | public SimplePolygonXZ shift(VectorXZ shiftVector) {
method contains (line 184) | public static boolean contains(List<VectorXZ> polygonVertexLoop, Vecto...
method contains (line 206) | public boolean contains(VectorXZ test) {
method contains (line 213) | public boolean contains(PolygonXZ p) {
method distanceToSegments (line 227) | public double distanceToSegments(VectorXZ p) {
method getSimplifiedPolygon (line 240) | public SimplePolygonXZ getSimplifiedPolygon() {
method calculateSignedArea (line 279) | private static double calculateSignedArea(List<VectorXZ> vertexLoop) {
method assertLoopLength (line 295) | private static void assertLoopLength(List<VectorXZ> vertexLoop) {
method assertNotSelfIntersecting (line 306) | private static void assertNotSelfIntersecting(List<VectorXZ> vertexLoo...
method assertNonzeroArea (line 317) | private void assertNonzeroArea() {
FILE: OSM2World/src/org/osm2world/core/math/TriangleXYZ.java
class TriangleXYZ (line 7) | public class TriangleXYZ {
method TriangleXYZ (line 11) | public TriangleXYZ(VectorXYZ v1, VectorXYZ v2, VectorXYZ v3) {
method getVertices (line 17) | public List<VectorXYZ> getVertices() {
method getNormal (line 24) | public VectorXYZ getNormal() {
method getCenter (line 29) | public VectorXYZ getCenter() {
method getYAt (line 42) | public double getYAt(VectorXZ pos) {
method toString (line 53) | @Override
FILE: OSM2World/src/org/osm2world/core/math/TriangleXYZWithNormals.java
class TriangleXYZWithNormals (line 7) | public class TriangleXYZWithNormals extends TriangleXYZ {
method TriangleXYZWithNormals (line 11) | public TriangleXYZWithNormals(TriangleXYZ t,
method TriangleXYZWithNormals (line 16) | public TriangleXYZWithNormals(VectorXYZ v1, VectorXYZ v2, VectorXYZ v3,
method getNormals (line 24) | public List<VectorXYZ> getNormals() {
FILE: OSM2World/src/org/osm2world/core/math/TriangleXZ.java
class TriangleXZ (line 8) | public class TriangleXZ {
method TriangleXZ (line 12) | public TriangleXZ(VectorXZ v1, VectorXZ v2, VectorXZ v3) {
method getVertices (line 22) | public List<VectorXZ> getVertices() {
method getCenter (line 26) | public VectorXZ getCenter() {
method contains (line 32) | public boolean contains(VectorXZ point) {
method xyz (line 36) | public TriangleXYZ xyz(double y) {
method isClockwise (line 40) | public boolean isClockwise() {
method makeClockwise (line 48) | public TriangleXZ makeClockwise() {
method makeCounterclockwise (line 56) | public TriangleXZ makeCounterclockwise() {
method makeRotationSense (line 60) | private TriangleXZ makeRotationSense(boolean clockwise) {
method getArea (line 71) | public double getArea() {
method reverse (line 89) | public TriangleXZ reverse() {
method hashCode (line 93) | @Override
method equals (line 103) | @Override
method toString (line 119) | @Override
FILE: OSM2World/src/org/osm2world/core/math/Vector3D.java
type Vector3D (line 3) | public interface Vector3D {
method getX (line 4) | public double getX();
method getY (line 5) | public double getY();
method getZ (line 6) | public double getZ();
FILE: OSM2World/src/org/osm2world/core/math/Vector4D.java
type Vector4D (line 3) | public interface Vector4D {
method getX (line 4) | public double getX();
method getY (line 5) | public double getY();
method getZ (line 6) | public double getZ();
method getW (line 7) | public double getW();
FILE: OSM2World/src/org/osm2world/core/math/VectorGridXZ.java
class VectorGridXZ (line 19) | public class VectorGridXZ implements Iterable<VectorXZ> {
method VectorGridXZ (line 33) | public VectorGridXZ(AxisAlignedBoundingBoxXZ box, double sampleDistanc...
method size (line 58) | public int size() {
method sizeX (line 62) | public int sizeX() {
method sizeZ (line 66) | public int sizeZ() {
method isEmpty (line 70) | public boolean isEmpty() {
method get (line 74) | public VectorXZ get(int indexX, int indexZ) {
method iterator (line 82) | @Override
method createIfNecessary (line 109) | private void createIfNecessary(int indexX, int indexZ) {
method toString (line 121) | @Override
FILE: OSM2World/src/org/osm2world/core/math/VectorXYZ.java
class VectorXYZ (line 10) | public class VectorXYZ implements Vector3D, IntersectionTestObject {
method VectorXYZ (line 14) | public VectorXYZ(double x2, double y2, double z2) {
method getX (line 20) | @Override
method getY (line 25) | @Override
method getZ (line 30) | @Override
method length (line 35) | public double length() {
method lengthSquared (line 39) | public double lengthSquared() {
method normalize (line 43) | public VectorXYZ normalize() {
method add (line 48) | public VectorXYZ add(VectorXYZ other) {
method add (line 55) | public VectorXYZ add(VectorXZ other) {
method add (line 62) | public VectorXYZ add(double x, double y, double z) {
method addY (line 69) | public VectorXYZ addY(double y) {
method subtract (line 73) | public VectorXYZ subtract(VectorXYZ other) {
method subtract (line 81) | public VectorXYZ subtract(VectorXZ other) {
method cross (line 88) | public VectorXYZ cross(VectorXYZ other) {
method crossNormalized (line 99) | public VectorXYZ crossNormalized(VectorXYZ other) {
method dot (line 112) | public double dot(VectorXYZ other) {
method mult (line 116) | public VectorXYZ mult(double scalar) {
method toString (line 120) | @Override
method rotateX (line 129) | public VectorXYZ rotateX(double angleRad) {
method rotateY (line 139) | public VectorXYZ rotateY(double angleRad) {
method rotateZ (line 149) | public VectorXYZ rotateZ(double angleRad) {
method rotateVec (line 161) | public VectorXYZ rotateVec(double angleRad, VectorXYZ n) {
method rotateVec (line 181) | public VectorXYZ rotateVec(double angleRad, VectorXYZ rotOrigin, Vecto...
method angleTo (line 192) | public double angleTo(VectorXYZ other) {
method distanceTo (line 196) | public double distanceTo(VectorXYZ other) {
method distanceToSquared (line 201) | public double distanceToSquared(VectorXYZ other) {
method distanceToXZ (line 206) | public double distanceToXZ(VectorXZ other) {
method distanceToXZ (line 211) | public double distanceToXZ(VectorXYZ other) {
method xz (line 216) | public VectorXZ xz() {
method x (line 220) | public VectorXYZ x(double x) {
method y (line 224) | public VectorXYZ y(double y) {
method z (line 228) | public VectorXYZ z(double z) {
method invert (line 232) | public VectorXYZ invert() {
method getAxisAlignedBoundingBoxXZ (line 236) | @Override
method equals (line 241) | @Override
method hashCode (line 250) | @Override
method xyz (line 268) | public static VectorXYZ xyz(VectorXYZ vector3D) {
method addYList (line 276) | public static List<VectorXYZ> addYList(List<VectorXYZ> list, double ad...
FILE: OSM2World/src/org/osm2world/core/math/VectorXYZW.java
class VectorXYZW (line 3) | public class VectorXYZW implements Vector4D {
method VectorXYZW (line 7) | public VectorXYZW(double x2, double y2, double z2, double w2) {
method VectorXYZW (line 14) | public VectorXYZW(VectorXYZ v, double w2) {
method getX (line 21) | @Override
method getY (line 26) | @Override
method getZ (line 31) | @Override
method getW (line 36) | @Override
method length (line 41) | public double length() {
method lengthSquared (line 45) | public double lengthSquared() {
method normalize (line 49) | public VectorXYZW normalize() {
method add (line 54) | public VectorXYZW add(VectorXYZW other) {
method add (line 62) | public VectorXYZW add(double x, double y, double z, double w) {
method subtract (line 70) | public VectorXYZW subtract(VectorXYZW other) {
method mult (line 78) | public VectorXYZW mult(double scalar) {
method toString (line 82) | @Override
method distanceTo (line 87) | public double distanceTo(VectorXYZW other) {
method distanceToSquared (line 92) | public double distanceToSquared(VectorXYZW other) {
method x (line 97) | public VectorXYZW x(double x) {
method y (line 101) | public VectorXYZW y(double y) {
method z (line 105) | public VectorXYZW z(double z) {
method invert (line 109) | public VectorXYZW invert() {
method xyz (line 113) | public VectorXYZ xyz() {
method equals (line 117) | @Override
method hashCode (line 126) | @Override
method xyz (line 146) | public static VectorXYZW xyz(Vector4D vector4D) {
FILE: OSM2World/src/org/osm2world/core/math/VectorXZ.java
class VectorXZ (line 13) | public class VectorXZ implements Vector3D {
method getX (line 18) | @Override
method getY (line 23) | @Override
method getZ (line 28) | @Override
method VectorXZ (line 33) | public VectorXZ(double x, double z) {
method length (line 38) | public double length() {
method lengthSquared (line 42) | public double lengthSquared() {
method normalize (line 46) | public VectorXZ normalize() {
method add (line 54) | public VectorXZ add(VectorXZ other) {
method subtract (line 61) | public VectorXZ subtract(VectorXZ other) {
method mult (line 65) | public VectorXZ mult(double scalar) {
method invert (line 69) | public VectorXZ invert() {
method dot (line 73) | public double dot(VectorXZ other) {
method rightNormal (line 87) | public VectorXZ rightNormal() {
method distanceTo (line 92) | public double distanceTo(VectorXZ other) {
method angle (line 102) | public double angle() {
method angleTo (line 118) | public double angleTo(VectorXZ other) {
method toString (line 122) | @Override
method xyz (line 132) | public VectorXYZ xyz(double y) {
method equals (line 136) | @Override
method hashCode (line 145) | @Override
method fromAngle (line 167) | public static VectorXZ fromAngle(double directionRad) {
method angleBetween (line 177) | public static double angleBetween(VectorXZ v1, VectorXZ v2) {
method distance (line 191) | public static final double distance(VectorXZ v1, VectorXZ v2) {
method distanceSquared (line 196) | public static final double distanceSquared(VectorXZ v1, VectorXZ v2) {
method listXYZ (line 201) | public static final List<VectorXYZ> listXYZ(List<VectorXZ> vs, final d...
method xyzFunction (line 205) | public static final Function<VectorXZ, VectorXYZ> xyzFunction(final do...
FILE: OSM2World/src/org/osm2world/core/math/algorithms/CAGUtil.java
class CAGUtil (line 21) | public final class CAGUtil {
method CAGUtil (line 23) | private CAGUtil() { }
method subtractPolygons (line 36) | public static final Collection<PolygonWithHolesXZ> subtractPolygons(
method intersectPolygons (line 86) | public static final Collection<PolygonWithHolesXZ> intersectPolygons(
FILE: OSM2World/src/org/osm2world/core/math/algorithms/EarClippingTriangulationUtil.java
class EarClippingTriangulationUtil (line 20) | public final class EarClippingTriangulationUtil {
method EarClippingTriangulationUtil (line 22) | private EarClippingTriangulationUtil() { }
method triangulate (line 30) | public static final List<TriangleXZ> triangulate(
method insertHolesInPolygonOutline (line 70) | public static void insertHolesInPolygonOutline(
method insertHoleInPolygonOutline (line 94) | static final boolean insertHoleInPolygonOutline(
method rearrangeOutline (line 141) | static final List<VectorXZ> rearrangeOutline(
method insertVertexInPolygonOutline (line 188) | static final void insertVertexInPolygonOutline(
method findVisibleOutlineVertex (line 209) | static final Integer findVisibleOutlineVertex(
method simplifyOutline (line 254) | private static void simplifyOutline(List<VectorXZ> outline) {
method triangulateSimplePolygon (line 314) | static final List<TriangleXZ> triangulateSimplePolygon(
method isEarTip (line 353) | static boolean isEarTip(int i, List<VectorXZ> outline) {
method isConvex (line 379) | static boolean isConvex(int i, List<VectorXZ> outline) {
method triangleAtTip (line 395) | static final TriangleXZ triangleAtTip(int i, List<VectorXZ> outline) {
method vertexBefore (line 402) | private static final VectorXZ vertexBefore(List<VectorXZ> outline, int...
method indexBefore (line 407) | private static int indexBefore(List<VectorXZ> outline, int i) {
method vertexAfter (line 411) | private static final VectorXZ vertexAfter(List<VectorXZ> outline, int ...
method indexAfter (line 416) | private static int indexAfter(List<VectorXZ> outline, int i) {
method splitAlong (line 423) | static final Collection<SimplePolygonXZ> splitAlong(SimplePolygonXZ sp...
FILE: OSM2World/src/org/osm2world/core/math/algorithms/JTSTriangulationUtil.java
class JTSTriangulationUtil (line 28) | public final class JTSTriangulationUtil {
method JTSTriangulationUtil (line 32) | private JTSTriangulationUtil() { }
method triangulate (line 38) | public static final List<TriangleXZ> triangulate(
method triangulate (line 55) | public static final List<TriangleXZ> triangulate(
FILE: OSM2World/src/org/osm2world/core/math/algorithms/NormalCalculationUtil.java
class NormalCalculationUtil (line 15) | public final class NormalCalculationUtil {
method NormalCalculationUtil (line 18) | private NormalCalculationUtil() {}
method calculateTriangleNormals (line 23) | public static final List<VectorXYZ> calculateTriangleNormals(
method calculateTriangleStripNormals (line 58) | public static final List<VectorXYZ> calculateTriangleStripNormals(
method calculateTriangleFanNormals (line 70) | public static final List<VectorXYZ> calculateTriangleFanNormals(
method calculatePerTriangleNormals (line 88) | private static VectorXYZ[] calculatePerTriangleNormals(
method calculateTrianglesWithNormals (line 124) | public static final Collection<TriangleXYZWithNormals> calculateTriang...
method calculateNormal (line 146) | private static VectorXYZ calculateNormal(VectorXYZ v, TriangleXYZ tria...
method calculateAdjacentTriangles (line 188) | private static Map<VectorXYZ, List<TriangleXYZ>> calculateAdjacentTria...
FILE: OSM2World/src/org/osm2world/core/math/algorithms/Poly2TriTriangulationUtil.java
class Poly2TriTriangulationUtil (line 28) | public final class Poly2TriTriangulationUtil {
method Poly2TriTriangulationUtil (line 30) | private Poly2TriTriangulationUtil() { }
method triangulate (line 41) | public static final List<TriangleXZ> triangulate(
method triangulateFast (line 97) | public static final List<TriangleXZ> triangulateFast(
method toTPoint (line 143) | private static final TPoint toTPoint(VectorXZ v) {
method toVectorXZ (line 147) | private static final VectorXZ toVectorXZ(TriangulationPoint points) {
method toPolygon (line 151) | private static final Polygon toPolygon(SimplePolygonXZ polygon) {
method toTriangleXZ (line 163) | private static final TriangleXZ toTriangleXZ(DelaunayTriangle triangle) {
FILE: OSM2World/src/org/osm2world/core/math/algorithms/TriangulationInputSanitizer.java
class TriangulationInputSanitizer (line 23) | public final class TriangulationInputSanitizer {
class SanitizedPolygonData (line 25) | public static final class SanitizedPolygonData {
method SanitizedPolygonData (line 32) | private SanitizedPolygonData(
method getOuterPolygon (line 45) | public SimplePolygonXZ getOuterPolygon() {
method getHoles (line 49) | public List<SimplePolygonXZ> getHoles() {
method getRemovedOuterVertices (line 53) | public int getRemovedOuterVertices() {
method getRemovedHoleVertices (line 57) | public int getRemovedHoleVertices() {
method getRemovedTotalVertices (line 61) | public int getRemovedTotalVertices() {
method getFallbackRingCount (line 65) | public int getFallbackRingCount() {
class RingSimplifyResult (line 70) | private static final class RingSimplifyResult {
method RingSimplifyResult (line 75) | private RingSimplifyResult(
method TriangulationInputSanitizer (line 85) | private TriangulationInputSanitizer() { }
method sanitize (line 87) | public static SanitizedPolygonData sanitize(
method sanitize (line 114) | static SanitizedPolygonData sanitize(
method simplifyRing (line 152) | private static RingSimplifyResult simplifyRing(
method isValidSimplePolygon (line 217) | private static boolean isValidSimplePolygon(List<VectorXZ> vertices) {
method toLoop (line 226) | private static List<VectorXZ> toLoop(List<VectorXZ> vertices) {
FILE: OSM2World/src/org/osm2world/core/math/algorithms/TriangulationUtil.java
class TriangulationUtil (line 21) | public class TriangulationUtil {
method triangulate (line 26) | public static final List<TriangleXZ> triangulate(
method triangulate (line 36) | static final List<TriangleXZ> triangulate(
method triangulate (line 90) | public static final List<TriangleXZ> triangulate(
method triangulate (line 102) | public static final List<TriangleXZ> triangulate(
method triangulate (line 113) | public static final List<TriangleXZ> triangulate(
FILE: OSM2World/src/org/osm2world/core/math/datastructures/IntersectionGrid.java
class IntersectionGrid (line 17) | public class IntersectionGrid<T extends IntersectionTestObject> {
method IntersectionGrid (line 26) | public IntersectionGrid(AxisAlignedBoundingBoxXZ gridBounds,
method IntersectionGrid (line 49) | public IntersectionGrid(AxisAlignedBoundingBoxXZ gridBounds,
method getCellArray (line 56) | public Collection<T>[][] getCellArray() {
method getCells (line 63) | public Iterable<Collection<T>> getCells() {
class CellIterator (line 74) | private class CellIterator implements Iterator<Collection<T>> {
method CellIterator (line 79) | public CellIterator() {
method hasNext (line 83) | @Override
method next (line 88) | @Override
method remove (line 95) | @Override
method toNext (line 100) | private void toNext() {
method cellsFor (line 117) | public Collection<Collection<T>> cellsFor(
method insert (line 145) | public void insert(T object) {
method addToCell (line 164) | private void addToCell(int cellX, int cellZ, T object) {
method remove (line 171) | public void remove(T object) {
method cellXForCoord (line 195) | public final int cellXForCoord(double x, double z) {
method cellZForCoord (line 202) | public final int cellZForCoord(double x, double z) {
FILE: OSM2World/src/org/osm2world/core/math/datastructures/IntersectionTestObject.java
type IntersectionTestObject (line 9) | public interface IntersectionTestObject {
method getAxisAlignedBoundingBoxXZ (line 11) | public AxisAlignedBoundingBoxXZ getAxisAlignedBoundingBoxXZ();
FILE: OSM2World/src/org/osm2world/core/osm/creation/JOSMFileHack.java
class JOSMFileHack (line 32) | public final class JOSMFileHack {
method JOSMFileHack (line 34) | private JOSMFileHack() {}
method isJOSMGenerated (line 41) | public static final boolean isJOSMGenerated(File file) {
method createTempOSMFile (line 74) | public static final File createTempOSMFile(File josmFile) throws
FILE: OSM2World/src/org/osm2world/core/osm/creation/OSMDataReader.java
type OSMDataReader (line 5) | public interface OSMDataReader {
method getData (line 6) | public OSMData getData();
FILE: OSM2World/src/org/osm2world/core/osm/creation/OsmosisReader.java
class OsmosisReader (line 42) | public class OsmosisReader implements OSMDataReader {
method isComplete (line 46) | private synchronized boolean isComplete() {
method setCompleteTrue (line 50) | private synchronized void setCompleteTrue() {
method initialize (line 64) | public void initialize(Map<String, Object> arg0) {
method release (line 67) | public void release() {
method complete (line 70) | public void complete() {
method process (line 73) | public void process(EntityContainer entityContainer) {
method OsmosisReader (line 87) | public OsmosisReader(File file) throws IOException {
method createReaderForFile (line 111) | public static final RunnableSource createReaderForFile(File file)
method convertToOwnRepresentation (line 138) | private void convertToOwnRepresentation() {
method tagGroupForEntity (line 234) | private TagGroup tagGroupForEntity(Entity entity) {
method getData (line 246) | @Override
FILE: OSM2World/src/org/osm2world/core/osm/data/OSMData.java
class OSMData (line 10) | public class OSMData {
method OSMData (line 17) | public OSMData(Collection<Bound> bounds, Collection<OSMNode> nodes,
method getNodes (line 27) | public Collection<OSMNode> getNodes() {
method getWays (line 31) | public Collection<OSMWay> getWays() {
method getRelations (line 35) | public Collection<OSMRelation> getRelations() {
method getBounds (line 39) | public Collection<Bound> getBounds() {
FILE: OSM2World/src/org/osm2world/core/osm/data/OSMElement.java
class OSMElement (line 5) | public abstract class OSMElement {
method OSMElement (line 10) | public OSMElement(TagGroup tags, long id) {
method hashCode (line 16) | @Override
method equals (line 24) | @Override
method toString (line 41) | @Override
FILE: OSM2World/src/org/osm2world/core/osm/data/OSMMember.java
class OSMMember (line 3) | public class OSMMember {
method OSMMember (line 10) | public OSMMember(String role, OSMElement member) {
method toString (line 16) | @Override
FILE: OSM2World/src/org/osm2world/core/osm/data/OSMNode.java
class OSMNode (line 5) | public class OSMNode extends OSMElement {
method OSMNode (line 9) | public OSMNode(double lat, double lon, TagGroup tags, long id) {
method toString (line 15) | @Override
FILE: OSM2World/src/org/osm2world/core/osm/data/OSMRelation.java
class OSMRelation (line 8) | public class OSMRelation extends OSMElement {
method OSMRelation (line 13) | public OSMRelation(TagGroup tags, long id, int initialMemberSize) {
method toString (line 19) | @Override
FILE: OSM2World/src/org/osm2world/core/osm/data/OSMWay.java
class OSMWay (line 7) | public class OSMWay extends OSMElement {
method OSMWay (line 11) | public OSMWay(TagGroup tags, long id, List<OSMNode> nodes) {
method isClosed (line 17) | public boolean isClosed() {
method toString (line 22) | @Override
FILE: OSM2World/src/org/osm2world/core/osm/ruleset/HardcodedRuleset.java
class HardcodedRuleset (line 8) | public class HardcodedRuleset implements Ruleset {
method isAreaTag (line 60) | @Override
method isLandTag (line 66) | @Override
method isSeaTag (line 71) | @Override
FILE: OSM2World/src/org/osm2world/core/osm/ruleset/Ruleset.java
type Ruleset (line 5) | public interface Ruleset {
method isAreaTag (line 8) | public boolean isAreaTag(Tag tag);
method isLandTag (line 14) | public boolean isLandTag(Tag tag);
method isSeaTag (line 20) | public boolean isSeaTag(Tag tag);
FILE: OSM2World/src/org/osm2world/core/target/Renderable.java
type Renderable (line 6) | public interface Renderable {
FILE: OSM2World/src/org/osm2world/core/target/RenderableToAllTargets.java
type RenderableToAllTargets (line 7) | public interface RenderableToAllTargets extends Renderable {
method renderTo (line 9) | public void renderTo(Target<?> target);
FILE: OSM2World/src/org/osm2world/core/target/Target.java
type Target (line 20) | public interface Target<R extends Renderable> {
method getRenderableType (line 25) | Class<R> getRenderableType();
method setConfiguration (line 27) | void setConfiguration(Configuration config);
method render (line 34) | void render(R renderable);
method beginObject (line 41) | void beginObject(WorldObject object);
method drawTriangles (line 50) | void drawTriangles(Material material,
method drawTrianglesWithNormals (line 59) | void drawTrianglesWithNormals(Material material,
method drawTriangleStrip (line 71) | void drawTriangleStrip(Material material, List<VectorXYZ> vs,
method drawTriangleFan (line 79) | void drawTriangleFan(Material material, List<VectorXYZ> vs,
method drawConvexPolygon (line 87) | void drawConvexPolygon(Material material, List<VectorXYZ> vs,
method drawBox (line 95) | void drawBox(Material material,
method drawColumn (line 109) | void drawColumn(Material material, Integer corners,
method finish (line 117) | void finish();
FILE: OSM2World/src/org/osm2world/core/target/TargetUtil.java
class TargetUtil (line 18) | public final class TargetUtil {
method TargetUtil (line 20) | private TargetUtil() {}
method renderWorldObjects (line 26) | public static <R extends Renderable> void renderWorldObjects(
method renderWorldObjects (line 83) | public static <R extends RenderableToPrimitiveTarget> void renderWorld...
method renderObject (line 118) | public static final <R extends Renderable> void renderObject(
FILE: OSM2World/src/org/osm2world/core/target/common/AbstractTarget.java
class AbstractTarget (line 26) | public abstract class AbstractTarget<R extends Renderable>
method setConfiguration (line 31) | @Override
method beginObject (line 36) | @Override
method drawBox (line 39) | @Override
method drawColumn (line 103) | @Override
method drawTriangleStrip (line 160) | @Override
method drawTriangleFan (line 176) | @Override
method drawConvexPolygon (line 193) | @Override
method finish (line 199) | @Override
FILE: OSM2World/src/org/osm2world/core/target/common/FaceTarget.java
class FaceTarget (line 29) | public abstract class FaceTarget<R extends Renderable>
method drawFace (line 32) | abstract public void drawFace(Material material, List<VectorXYZ> vs,
method reconstructFaces (line 39) | abstract public boolean reconstructFaces();
method flushReconstructedFaces (line 51) | public void flushReconstructedFaces() {
class Face (line 58) | protected final static class Face {
method Face (line 64) | public Face(List<VectorXYZ> vs,
method tryInsert (line 76) | public boolean tryInsert(IsolatedTriangle t) {
method removeDuplicateEdges (line 142) | public void removeDuplicateEdges() {
method insertVertex (line 178) | private void insertVertex(int i, VectorXYZ vertex,
method removeVertex (line 191) | private void removeVertex(int i) {
method toString (line 201) | @Override
class IsolatedTriangle (line 208) | protected final static class IsolatedTriangle {
method IsolatedTriangle (line 215) | public IsolatedTriangle(TriangleXYZ triangle, VectorXYZ normal,
method toString (line 225) | @Override
method drawTriangles (line 235) | @Override
method drawTrianglesWithNormals (line 269) | @Override
method drawConvexPolygon (line 280) | @Override
method beginObject (line 292) | @Override
method finish (line 299) | @Override
method drawAndClearCurrentFaces (line 310) | private void drawAndClearCurrentFaces() {
method combineTrianglesToFaces (line 333) | protected static Collection<Face> combineTrianglesToFaces(
method normalAlmostEquals (line 384) | protected static boolean normalAlmostEquals(VectorXYZ n1, VectorXYZ n2) {
method createFaceFromTriangle (line 392) | protected static Face createFaceFromTriangle(IsolatedTriangle t) {
FILE: OSM2World/src/org/osm2world/core/target/common/Primitive.java
class Primitive (line 8) | public class Primitive {
type Type (line 10) | public static enum Type {
method Primitive (line 23) | public Primitive(Type type, List<VectorXYZ> vertices,
method toString (line 31) | @Override
FILE: OSM2World/src/org/osm2world/core/target/common/PrimitiveTarget.java
class PrimitiveTarget (line 24) | public abstract class PrimitiveTarget<R extends Renderable>
method drawPrimitive (line 33) | abstract protected void drawPrimitive(Primitive.Type type, Material ma...
method drawTriangleStrip (line 37) | @Override
method drawTriangleFan (line 46) | @Override
method drawTriangles (line 55) | @Override
method drawTrianglesWithNormals (line 75) | @Override
FILE: OSM2World/src/org/osm2world/core/target/common/RenderableToFaceTarget.java
type RenderableToFaceTarget (line 8) | public interface RenderableToFaceTarget extends Renderable {
method renderTo (line 10) | public void renderTo(FaceTarget<?> target);
FILE: OSM2World/src/org/osm2world/core/target/common/RenderableToPrimitiveTarget.java
type RenderableToPrimitiveTarget (line 5) | public interface RenderableToPrimitiveTarget extends Renderable {
method renderTo (line 7) | public void renderTo(PrimitiveTarget<?> target);
FILE: OSM2World/src/org/osm2world/core/target/common/TextureData.java
class TextureData (line 11) | public class TextureData {
type Wrap (line 13) | public static enum Wrap { REPEAT, CLAMP, CLAMP_TO_BORDER }
method TextureData (line 39) | public TextureData(File file, double width, double height, Wrap wrap,
method toString (line 53) | @Override
method hashCode (line 60) | @Override
method equals (line 79) | @Override
FILE: OSM2World/src/org/osm2world/core/target/common/lighting/GlobalLightingParameters.java
class GlobalLightingParameters (line 10) | public class GlobalLightingParameters {
method GlobalLightingParameters (line 23) | private GlobalLightingParameters(
FILE: OSM2World/src/org/osm2world/core/target/common/material/ConfMaterial.java
class ConfMaterial (line 12) | public class ConfMaterial extends Material {
method ConfMaterial (line 14) | public ConfMaterial(Interpolation interpolation, Color color,
method ConfMaterial (line 21) | public ConfMaterial(Interpolation interpolation, Color color,
method ConfMaterial (line 28) | public ConfMaterial(Interpolation interpolation, Color color,
method ConfMaterial (line 33) | public ConfMaterial(Interpolation interpolation, Color color) {
method setInterpolation (line 37) | public void setInterpolation(Interpolation interpolation) {
method setColor (line 41) | public void setColor(Color color) {
method setAmbientFactor (line 45) | public void setAmbientFactor(float ambientFactor) {
method setDiffuseFactor (line 49) | public void setDiffuseFactor(float diffuseFactor) {
method setSpecularFactor (line 53) | public void setSpecularFactor(float specularFactor) {
method setShininess (line 57) | public void setShininess(int shininess) {
method setTransparency (line 61) | public void setTransparency(Transparency transparency) {
method setShadow (line 65) | public void setShadow(Shadow shadow) {
method setAmbientOcclusion (line 69) | public void setAmbientOcclusion(AmbientOcclusion ao) {
method setTextureDataList (line 73) | public void setTextureDataList(List<TextureData> textureDataList) {
FILE: OSM2World/src/org/osm2world/core/target/common/material/ImmutableMaterial.java
class ImmutableMaterial (line 12) | public final class ImmutableMaterial extends Material {
method ImmutableMaterial (line 14) | public ImmutableMaterial(Interpolation interpolation, Color color,
method ImmutableMaterial (line 21) | public ImmutableMaterial(Interpolation interpolation, Color color,
method ImmutableMaterial (line 26) | public ImmutableMaterial(Interpolation interpolation, Color color) {
method hashCode (line 31) | @Override
method equals (line 56) | @Override
FILE: OSM2World/src/org/osm2world/core/target/common/material/Material.java
class Material (line 13) | public abstract class Material {
type Interpolation (line 15) | public static enum Interpolation {FLAT, SMOOTH}
type Transparency (line 17) | public static enum Transparency {
type Shadow (line 26) | public static enum Shadow {
type AmbientOcclusion (line 33) | public static enum AmbientOcclusion {
method Material (line 57) | public Material(Interpolation interpolation, Color color,
method updateBumpMap (line 73) | protected void updateBumpMap() {
method Material (line 89) | public Material(Interpolation interpolation, Color color,
method Material (line 95) | public Material(Interpolation interpolation, Color color) {
method getInterpolation (line 100) | public Interpolation getInterpolation() {
method getColor (line 104) | public Color getColor() {
method getAmbientFactor (line 108) | public float getAmbientFactor() {
method getDiffuseFactor (line 112) | public float getDiffuseFactor() {
method getSpecularFactor (line 116) | public float getSpecularFactor() {
method getShininess (line 120) | public int getShininess() {
method ambientColor (line 124) | public Color ambientColor() {
method diffuseColor (line 128) | public Color diffuseColor() {
method brighter (line 132) | public Material brighter() {
method darker (line 138) | public Material darker() {
method multiplyColor (line 144) | public static final Color multiplyColor(Color c, float factor) {
method makeSmooth (line 154) | public Material makeSmooth() {
method withAddedLayers (line 164) | public Material withAddedLayers(List<TextureData> textureLayers) {
method getTransparency (line 179) | public Transparency getTransparency() {
method getShadow (line 183) | public Shadow getShadow() {
method getAmbientOcclusion (line 187) | public AmbientOcclusion getAmbientOcclusion() {
method getTextureDataList (line 191) | public List<TextureData> getTextureDataList() {
method getNumTextureLayers (line 195) | public int getNumTextureLayers() {
method hasBumpMap (line 203) | public boolean hasBumpMap() {
method getBumpMap (line 207) | public TextureData getBumpMap() {
method getBumpMapInd (line 211) | public int getBumpMapInd() {
method toString (line 215) | public String toString() {
FILE: OSM2World/src/org/osm2world/core/target/common/material/Materials.java
class Materials (line 30) | public final class Materials {
method Materials (line 33) | private Materials() {}
method getMaterials (line 249) | public static final Collection<ConfMaterial> getMaterials() {
method getMaterial (line 254) | public static final ConfMaterial getMaterial(String fieldName) {
method getSurfaceMaterial (line 264) | public static final Material getSurfaceMaterial(String value) {
method getSurfaceMaterial (line 269) | public static final Material getSurfaceMaterial(String value,
method getUniqueName (line 283) | public static final String getUniqueName(Material material) {
method configureMaterials (line 294) | public static final void configureMaterials(Configuration config) {
FILE: OSM2World/src/org/osm2world/core/target/common/material/NamedTexCoordFunction.java
type NamedTexCoordFunction (line 20) | public enum NamedTexCoordFunction implements TexCoordFunction {
method apply (line 72) | @Override
FILE: OSM2World/src/org/osm2world/core/target/common/material/TexCoordFunction.java
type TexCoordFunction (line 14) | public interface TexCoordFunction {
method apply (line 19) | public List<VectorXZ> apply(
FILE: OSM2World/src/org/osm2world/core/target/common/material/TexCoordUtil.java
class TexCoordUtil (line 17) | public final class TexCoordUtil {
method TexCoordUtil (line 20) | private TexCoordUtil() {}
method texCoordLists (line 26) | public static final List<List<VectorXZ>> texCoordLists(
method triangleTexCoordLists (line 67) | public static final List<List<VectorXZ>> triangleTexCoordLists(
FILE: OSM2World/src/org/osm2world/core/target/common/rendering/Camera.java
class Camera (line 8) | public class Camera {
method getViewDirection (line 15) | public VectorXYZ getViewDirection() {
method getRight (line 25) | public VectorXYZ getRight() {
method getPos (line 29) | public VectorXYZ getPos() {
method getLookAt (line 33) | public VectorXYZ getLookAt() {
method getUp (line 37) | public VectorXYZ getUp() {
method setPos (line 41) | public void setPos(VectorXYZ pos) {
method setCamera (line 45) | public void setCamera(double posX, double posY, double posZ,
method setCamera (line 52) | public void setCamera(double posX, double posY, double posZ,
method setPos (line 60) | private void setPos(double x, double y, double z) {
method setLookAt (line 64) | private void setLookAt(VectorXYZ lookAt) {
method setLookAt (line 71) | private void setLookAt(double x, double y, double z) {
method moveForward (line 79) | public void moveForward(double step) {
method moveMapForward (line 88) | public void moveMapForward(double step) {
method moveRight (line 99) | public void moveRight(double step) {
method moveMapRight (line 109) | public void moveMapRight(double step) {
method moveUp (line 120) | public void moveUp(double step) {
method moveMapUp (line 129) | public void moveMapUp(double step) {
method move (line 135) | public void move(VectorXYZ move) {
method move (line 141) | public void move(double moveX, double moveY, double moveZ) {
method rotateY (line 152) | public void rotateY(double d) {
method yaw (line 166) | public void yaw(double d) {
method roll (line 179) | public void roll(double d) {
method pitch (line 189) | public void pitch(double d) {
method mapPitch (line 207) | public void mapPitch(double d) {
method toString (line 218) | @Override
FILE: OSM2World/src/org/osm2world/core/target/common/rendering/OrthoTilesUtil.java
class OrthoTilesUtil (line 17) | public final class OrthoTilesUtil {
type CardinalDirection (line 20) | public static enum CardinalDirection {
method closestCardinal (line 29) | public static CardinalDirection closestCardinal(double angle) {
method isOppositeOf (line 38) | public boolean isOppositeOf(CardinalDirection other) {
method OrthoTilesUtil (line 48) | private OrthoTilesUtil() { }
method cameraForTile (line 50) | public static final Camera cameraForTile(MapProjection mapProjection,
method cameraForTiles (line 56) | public static final Camera cameraForTiles(MapProjection mapProjection,
method cameraForBounds (line 67) | public static final Camera cameraForBounds(
method projectionForTile (line 105) | public static final Projection projectionForTile(MapProjection mapProj...
method projectionForTiles (line 111) | public static final Projection projectionForTiles(MapProjection mapPro...
method projectionForBounds (line 122) | public static final Projection projectionForBounds(
method boundsForTile (line 145) | private static final AxisAlignedBoundingBoxXZ boundsForTile(
method boundsForTiles (line 158) | private static final AxisAlignedBoundingBoxXZ boundsForTiles(
method tile2lon (line 172) | private static final double tile2lon(int x, int z) {
method tile2lat (line 176) | private static final double tile2lat(int y, int z) {
FILE: OSM2World/src/org/osm2world/core/target/common/rendering/Projection.java
class Projection (line 7) | public class Projection {
method Projection (line 31) | public Projection(boolean orthographic, double aspectRatio,
method isOrthographic (line 42) | public boolean isOrthographic() {
method getAspectRatio (line 46) | public double getAspectRatio() {
method getVertAngle (line 50) | public double getVertAngle() {
method getVolumeHeight (line 54) | public double getVolumeHeight() {
method getNearClippingDistance (line 58) | public double getNearClippingDistance() {
method getFarClippingDistance (line 62) | public double getFarClippingDistance() {
method withVolumeHeight (line 66) | public Projection withVolumeHeight(double newVolumeHeight) {
method withAspectRatio (line 71) | public Projection withAspectRatio(double newAspectRatio) {
method toString (line 76) | @Override
FILE: OSM2World/src/org/osm2world/core/target/common/rendering/TileNumber.java
class TileNumber (line 9) | public class TileNumber {
method TileNumber (line 23) | public TileNumber(int zoom, int x, int y) {
method TileNumber (line 35) | public TileNumber(String arg) {
method validateValues (line 50) | private void validateValues() {
method toString (line 57) | @Override
FILE: OSM2World/src/org/osm2world/core/target/jogl/AbstractJOGLTarget.java
class AbstractJOGLTarget (line 29) | public abstract class AbstractJOGLTarget extends PrimitiveTarget<Rendera...
method AbstractJOGLTarget (line 37) | public AbstractJOGLTarget(GL gl, JOGLRenderingParameters renderingPara...
method getRenderableType (line 44) | @Override
method render (line 49) | @Override
method render (line 54) | @Override
method drawPrimitive (line 59) | @Override
method drawNonAreaPrimitive (line 76) | private void drawNonAreaPrimitive(NonAreaPrimitive.Type type,
method drawPoints (line 84) | @Override
method drawLineStrip (line 89) | @Override
method drawLineStrip (line 94) | @Override
method drawLineLoop (line 99) | @Override
method setGlobalLightingParameters (line 110) | public void setGlobalLightingParameters(
method setRenderingParameters (line 121) | public void setRenderingParameters(
method reset (line 128) | @Override
method freeResources (line 139) | @Override
method isFinished (line 148) | @Override
method getGLConstant (line 153) | static final int getGLConstant(Type type) {
method getGLConstant (line 163) | static final int getGLConstant(NonAreaPrimitive.Type type) {
method clearGL (line 179) | public static final void clearGL(GL gl, Color clearColor) {
method getFloatBuffer (line 191) | static final FloatBuffer getFloatBuffer(Color color) {
FILE: OSM2World/src/org/osm2world/core/target/jogl/AbstractPrimitiveShader.java
class AbstractPrimitiveShader (line 10) | public abstract class AbstractPrimitiveShader extends AbstractShader {
method AbstractPrimitiveShader (line 22) | public AbstractPrimitiveShader(GL3 gl, String name) {
method setMaterial (line 32) | public boolean setMaterial(Material material, JOGLTextureManager textu...
method setRenderSemiTransparent (line 46) | public void setRenderSemiTransparent(boolean renderSemiTransparent) {
method setRenderOnlySemiTransparent (line 53) | public void setRenderOnlySemiTransparent(boolean renderOnlySemiTranspa...
method getVertexPositionID (line 61) | public abstract int getVertexPositionID();
method getVertexNormalID (line 67) | public abstract int getVertexNormalID();
method getVertexTexCoordID (line 73) | public abstract int getVertexTexCoordID(int i);
method getVertexBumpMapCoordID (line 79) | public abstract int getVertexBumpMapCoordID();
method getVertexTangentID (line 85) | public abstract int getVertexTangentID();
method glEnableVertexAttribArray (line 91) | public void glEnableVertexAttribArray(int index) {
method glDisableVertexAttribArray (line 101) | public void glDisableVertexAttribArray(int index) {
method glVertexAttribPointer (line 110) | public void glVertexAttribPointer(int index, int size, int type, boole...
FILE: OSM2World/src/org/osm2world/core/target/jogl/AbstractShader.java
class AbstractShader (line 11) | public abstract class AbstractShader {
method AbstractShader (line 24) | public AbstractShader(GL3 gl, String name) {
method validateShader (line 58) | protected void validateShader() {
method useShader (line 74) | public void useShader() {
method disableShader (line 78) | public void disableShader() {
method getProgram (line 82) | public int getProgram() {
method freeResources (line 86) | public void freeResources() {
method finalize (line 95) | @Override
method loadDefaults (line 103) | public void loadDefaults() { }
FILE: OSM2World/src/org/osm2world/core/target/jogl/BackgroundShader.java
class BackgroundShader (line 13) | public class BackgroundShader extends AbstractShader {
method BackgroundShader (line 20) | public BackgroundShader(GL3 gl) {
method setPMVMatrix (line 38) | public void setPMVMatrix(PMVMatrix pmvMatrix) {
method getVertexPositionID (line 47) | public int getVertexPositionID() {
method getVertexTexCoordID (line 54) | public int getVertexTexCoordID() {
method getModelViewProjectionMatrixID (line 58) | public int getModelViewProjectionMatrixID() {
method getTextureID (line 65) | public int getTextureID() {
FILE: OSM2World/src/org/osm2world/core/target/jogl/DefaultShader.java
class DefaultShader (line 40) | public class DefaultShader extends AbstractPrimitiveShader {
method DefaultShader (line 76) | public DefaultShader(GL3 gl) {
method prepareValidation (line 106) | private void prepareValidation() {
method loadDefaults (line 119) | @Override
method setPMVMatrix (line 141) | public void setPMVMatrix(PMVMatrix pmvMatrix) {
method setGlobalLighting (line 154) | public void setGlobalLighting(GlobalLightingParameters lighting) {
method setShadowed (line 169) | public void setShadowed(boolean isShadowed) {
method setMaterial (line 173) | @Override
method getGLTextureConstant (line 291) | static final int getGLTextureConstant(int textureNumber) {
method getGLTextureNumber (line 304) | static final int getGLTextureNumber(int textureNumber) {
method bindShadowMap (line 311) | public void bindShadowMap(int shadowMapHandle) {
method generateSamplingMatrix (line 321) | private void generateSamplingMatrix() {
method generateNoiseTexture (line 349) | private void generateNoiseTexture() {
method lerp (line 368) | private float lerp(float a, float b, float f) {
method enableSSAOwithDepthMap (line 375) | public void enableSSAOwithDepthMap(int depthMapHandle) {
method setSSAOkernelSize (line 402) | public void setSSAOkernelSize(int kernelSize) {
method setSSAOradius (line 413) | public void setSSAOradius(float radius) {
method getVertexPositionID (line 417) | @Override
method getVertexNormalID (line 422) | @Override
method getVertexTexCoordID (line 427) | @Override
method getVertexBumpMapCoordID (line 432) | @Override
method getProjectionMatrixID (line 437) | public int getProjectionMatrixID() {
method getModelViewMatrixID (line 441) | public int getModelViewMatrixID() {
method getModelViewProjectionMatrixID (line 445) | public int getModelViewProjectionMatrixID() {
method getNormalMatrixID (line 449) | public int getNormalMatrixID() {
method getShadowMatrixID (line 453) | public int getShadowMatrixID() {
method getVertexTangentID (line 457) | @Override
method setShadowMatrix (line 467) | public void setShadowMatrix(PMVMatrix pmvMatrix) {
FILE: OSM2World/src/org/osm2world/core/target/jogl/DepthBufferShader.java
class DepthBufferShader (line 29) | public class DepthBufferShader extends AbstractPrimitiveShader {
method DepthBufferShader (line 37) | public DepthBufferShader(GL3 gl) {
method setPMVMatrix (line 55) | public void setPMVMatrix(PMVMatrix pmvMatrix) {
method getVertexPositionID (line 61) | @Override
method getModelViewProjectionMatrixID (line 69) | public int getModelViewProjectionMatrixID() {
method setMaterial (line 73) | @Override
method getGLTextureConstant (line 144) | static final int getGLTextureConstant(int textureNumber) {
method getGLTextureNumber (line 155) | static final int getGLTextureNumber(int textureNumber) {
method getVertexNormalID (line 159) | @Override
method getVertexTexCoordID (line 164) | @Override
method getVertexBumpMapCoordID (line 169) | @Override
method getVertexTangentID (line 174) | @Override
FILE: OSM2World/src/org/osm2world/core/target/jogl/JOGLRenderer.java
class JOGLRenderer (line 9) | abstract class JOGLRenderer {
method JOGLRenderer (line 13) | protected JOGLRenderer(JOGLTextureManager textureManager) {
method render (line 23) | public abstract void render(Camera camera, Projection projection);
method freeResources (line 29) | public void freeResources() {
method finalize (line 35) | @Override
FILE: OSM2World/src/org/osm2world/core/target/jogl/JOGLRendererDisplayList.java
class JOGLRendererDisplayList (line 32) | class JOGLRendererDisplayList extends JOGLRenderer {
class PrimitiveWithMaterial (line 49) | private static final class PrimitiveWithMaterial {
method PrimitiveWithMaterial (line 54) | private PrimitiveWithMaterial(Primitive primitive, Material material) {
method JOGLRendererDisplayList (line 61) | public JOGLRendererDisplayList(GL2 gl, JOGLTextureManager textureManager,
method render (line 98) | @Override
method sortPrimitivesBackToFront (line 129) | private void sortPrimitivesBackToFront(final Camera camera,
method distanceToCameraSq (line 212) | private double distanceToCameraSq(Camera camera, PrimitiveWithMaterial...
method primitivePos (line 216) | private VectorXYZ primitivePos(PrimitiveWithMaterial p) {
method freeResources (line 232) | @Override
FILE: OSM2World/src/org/osm2world/core/target/jogl/JOGLRendererVBO.java
class JOGLRendererVBO (line 28) | public abstract class JOGLRendererVBO extends JOGLRenderer {
class PrimitiveWithMaterial (line 45) | protected static final class PrimitiveWithMaterial {
method PrimitiveWithMaterial (line 51) | private PrimitiveWithMaterial(Primitive primitive, Material material...
method getValuesPerVertex (line 63) | public static int getValuesPerVertex(Material material) {
method JOGLRendererVBO (line 78) | JOGLRendererVBO(JOGLTextureManager textureManager) {
method init (line 86) | protected void init(PrimitiveBuffer primitiveBuffer) {
method sortPrimitivesBackToFront (line 114) | protected void sortPrimitivesBackToFront(final Camera camera,
method distanceToCameraSq (line 197) | private double distanceToCameraSq(Camera camera, PrimitiveWithMaterial...
method primitivePos (line 201) | private VectorXYZ primitivePos(PrimitiveWithMaterial p) {
method freeResources (line 217) | @Override
method createVBOData (line 238) | abstract VBOData<?> createVBOData(JOGLTextureManager textureManager, M...
FILE: OSM2World/src/org/osm2world/core/target/jogl/JOGLRendererVBOFixedFunction.java
class JOGLRendererVBOFixedFunction (line 33) | public class JOGLRendererVBOFixedFunction extends JOGLRendererVBO {
class VBODataDouble (line 37) | private final class VBODataDouble extends VBODataFixedFunction<DoubleB...
method VBODataDouble (line 39) | public VBODataDouble(GL2 gl, JOGLTextureManager textureManager, Mate...
method createBuffer (line 43) | @Override
method put (line 48) | @Override
method put (line 54) | @Override
method valueTypeSize (line 61) | @Override
method glValueType (line 66) | @Override
class VBODataFloat (line 73) | private final class VBODataFloat extends VBODataFixedFunction<FloatBuf...
method VBODataFloat (line 75) | public VBODataFloat(GL2 gl, JOGLTextureManager textureManager, Mater...
method createBuffer (line 79) | @Override
method put (line 84) | @Override
method put (line 90) | @Override
method valueTypeSize (line 97) | @Override
method glValueType (line 102) | @Override
method JOGLRendererVBOFixedFunction (line 109) | JOGLRendererVBOFixedFunction(GL2 gl, JOGLTextureManager textureManager,
method createVBOData (line 117) | @Override
method render (line 125) | @Override
method freeResources (line 169) | @Override
FILE: OSM2World/src/org/osm2world/core/target/jogl/JOGLRendererVBONonAreaShader.java
class JOGLRendererVBONonAreaShader (line 26) | public class JOGLRendererVBONonAreaShader {
class VBODataDouble (line 34) | private final class VBODataDouble extends VBODataNonAreaShader<DoubleB...
method VBODataDouble (line 36) | public VBODataDouble(GL3 gl, NonAreaPrimitive primitive) {
method createBuffer (line 40) | @Override
method put (line 45) | @Override
method put (line 53) | @Override
method valueTypeSize (line 60) | @Override
method glValueType (line 65) | @Override
class VBODataFloat (line 72) | private final class VBODataFloat extends VBODataNonAreaShader<FloatBuf...
method VBODataFloat (line 74) | public VBODataFloat(GL3 gl, NonAreaPrimitive primitive) {
method createBuffer (line 78) | @Override
method put (line 83) | @Override
method put (line 91) | @Override
method valueTypeSize (line 98) | @Override
method glValueType (line 103) | @Override
method JOGLRendererVBONonAreaShader (line 115) | public JOGLRendererVBONonAreaShader(GL3 gl, NonAreaShader shader, Coll...
method render (line 131) | public void render() {
FILE: OSM2World/src/org/osm2world/core/target/jogl/JOGLRendererVBOShader.java
class JOGLRendererVBOShader (line 32) | public class JOGLRendererVBOShader extends JOGLRendererVBO {
class VBODataDouble (line 38) | private final class VBODataDouble extends VBODataShader<DoubleBuffer> {
method VBODataDouble (line 40) | public VBODataDouble(GL3 gl, JOGLTextureManager textureManager, Mate...
method createBuffer (line 44) | @Override
method put (line 49) | @Override
method put (line 55) | @Override
method put (line 62) | @Override
method valueTypeSize (line 70) | @Override
method glValueType (line 75) | @Override
class VBODataFloat (line 82) | private final class VBODataFloat extends VBODataShader<FloatBuffer> {
method VBODataFloat (line 84) | public VBODataFloat(GL3 gl, JOGLTextureManager textureManager, Mater...
method createBuffer (line 88) | @Override
method put (line 93) | @Override
method put (line 99) | @Override
method put (line 106) | @Override
method valueTypeSize (line 114) | @Override
method glValueType (line 119) | @Override
method JOGLRendererVBOShader (line 131) | JOGLRendererVBOShader(GL3 gl, JOGLTextureManager textureManager,
method createVBOData (line 151) | @Override
method render (line 163) | public void render() {
method render (line 191) | @Override
method freeResources (line 218) | @Override
method setShader (line 227) | public void setShader(AbstractPrimitiveShader shader) {
method getBoundingBox (line 234) | public AxisAlignedBoundingBoxXYZ getBoundingBox() {
FILE: OSM2World/src/org/osm2world/core/target/jogl/JOGLRendererVBOShadowVolume.java
class JOGLRendererVBOShadowVolume (line 29) | public class JOGLRendererVBOShadowVolume {
class VBODataDouble (line 40) | private final class VBODataDouble extends VBODataShadowVolume<DoubleBu...
method VBODataDouble (line 42) | public VBODataDouble(GL3 gl, Collection<Primitive> primitives, Vecto...
method createBuffer (line 46) | @Override
method put (line 51) | @Override
method valueTypeSize (line 59) | @Override
method glValueType (line 64) | @Override
class VBODataFloat (line 71) | private final class VBODataFloat extends VBODataShadowVolume<FloatBuff...
method VBODataFloat (line 73) | public VBODataFloat(GL3 gl, Collection<Primitive> primitives, Vector...
method createBuffer (line 77) | @Override
method put (line 82) | @Override
method valueTypeSize (line 90) | @Override
method glValueType (line 95) | @Override
method JOGLRendererVBOShadowVolume (line 107) | JOGLRendererVBOShadowVolume(GL3 gl, PrimitiveBuffer primitiveBuffer, V...
method init (line 114) | protected void init(PrimitiveBuffer primitiveBuffer) {
method createVBOData (line 129) | VBODataShadowVolume<?> createVBOData(Collection<Primitive> primitives) {
method render (line 139) | public void render() {
method freeResources (line 157) | public void freeResources() {
method setShader (line 170) | public void setShader(AbstractPrimitiveShader shader) {
FILE: OSM2World/src/org/osm2world/core/target/jogl/JOGLRenderingParameters.java
class JOGLRenderingParameters (line 9) | public class JOGLRenderingParameters {
type Winding (line 11) | public static enum Winding {
method Winding (line 17) | private Winding(int glConstant) {
method JOGLRenderingParameters (line 74) | public JOGLRenderingParameters(
method JOGLRenderingParameters (line 100) | public JOGLRenderingParameters(
method JOGLRenderingParameters (line 118) | public JOGLRenderingParameters() {
FILE: OSM2World/src/org/osm2world/core/target/jogl/JOGLTarget.java
type JOGLTarget (line 15) | public interface JOGLTarget extends Target<RenderableToJOGL> {
method reset (line 20) | public void reset();
method drawPoints (line 22) | public void drawPoints(Color color, VectorXYZ... vs);
method drawLineStrip (line 24) | public void drawLineStrip(Color color, int width, VectorXYZ... vs);
method drawLineStrip (line 26) | public void drawLineStrip(Color color, int width, List<VectorXYZ> vs);
method drawLineLoop (line 28) | public void drawLineLoop(Color color, int width, List<VectorXYZ> vs);
method setGlobalLightingParameters (line 36) | public void setGlobalLightingParameters(
method setRenderingParameters (line 43) | public void setRenderingParameters(
method setConfiguration (line 46) | public void setConfiguration(Configuration config);
method isFinished (line 48) | public boolean isFinished();
method render (line 50) | public void render(Camera camera, Projection projection);
method renderPart (line 61) | public void renderPart(Camera camera, Projection projection,
method freeResources (line 64) | public void freeResources();
method drawBackgoundImage (line 66) | public void drawBackgoundImage(File backgroundImage,
method setXZBoundary (line 75) | public void setXZBoundary(AxisAlignedBoundingBoxXZ boundary);
FILE: OSM2World/src/org/osm2world/core/target/jogl/JOGLTargetFixedFunction.java
class JOGLTargetFixedFunction (line 82) | public final class JOGLTargetFixedFunction extends AbstractJOGLTarget im...
method JOGLTargetFixedFunction (line 103) | public JOGLTargetFixedFunction(GL2 gl, JOGLRenderingParameters renderi...
method drawPrimitive (line 113) | public static void drawPrimitive(GL2 gl, int glPrimitiveType,
method finish (line 146) | @Override
method renderPart (line 170) | public void renderPart(Camera camera, Projection projection,
method applyCameraMatrices (line 212) | static final void applyCameraMatrices(GL2 gl, Camera camera) {
method applyProjectionMatrices (line 226) | static final void applyProjectionMatrices(GL2 gl, Projection projectio...
method applyProjectionMatricesForPart (line 234) | static final void applyProjectionMatricesForPart(GL2 gl, Projection pr...
method applyRenderingParameters (line 272) | static final void applyRenderingParameters(GL2 gl,
method applyLightingParameters (line 303) | static final void applyLightingParameters(GL2 gl,
method setMaterial (line 340) | static final void setMaterial(GL2 gl, Material material,
method getGLTextureConstant (line 523) | static final int getGLTextureConstant(int textureNumber) {
method drawBackgoundImage (line 533) | public final void drawBackgoundImage(File backgroundImage,
method setXZBoundary (line 600) | @Override
FILE: OSM2World/src/org/osm2world/core/target/jogl/JOGLTargetShader.java
class JOGLTargetShader (line 42) | public class JOGLTargetShader extends AbstractJOGLTarget implements JOGL...
method JOGLTargetShader (line 62) | public JOGLTargetShader(GL3 gl, JOGLRenderingParameters renderingParam...
method drawBackgoundImage (line 77) | @Override
method updateClippingPlanesForCamera (line 187) | public static Projection updateClippingPlanesForCamera(Camera camera, ...
method renderPart (line 224) | @Override
method applyRenderingParameters (line 440) | static final void applyRenderingParameters(GL3 gl,
method applyCameraMatrices (line 471) | static final void applyCameraMatrices(PMVMatrix pmvMatrix, Camera came...
method applyProjectionMatrices (line 486) | static final void applyProjectionMatrices(PMVMatrix pmvMatrix, Project...
method applyProjectionMatricesForPart (line 494) | static final void applyProjectionMatricesForPart(PMVMatrix pmvMatrix, ...
method applyLightingParameters (line 532) | static final void applyLightingParameters(DefaultShader shader,
method drawBoundingBox (line 573) | protected final void drawBoundingBox(Color color, AxisAlignedBoundingB...
method drawLine (line 596) | protected final void drawLine(Color color,
method drawBox (line 604) | protected final void drawBox(Color color,
method finish (line 609) | @Override
method reset (line 624) | @Override
method setXZBoundary (line 633) | @Override
method setShowShadowPerspective (line 642) | public void setShowShadowPerspective(boolean s) {
FILE: OSM2World/src/org/osm2world/core/target/jogl/JOGLTextureManager.java
class JOGLTextureManager (line 20) | public class JOGLTextureManager {
method JOGLTextureManager (line 26) | public JOGLTextureManager(GL gl) {
method getTextureForFile (line 30) | public Texture getTextureForFile(File file) {
method getTextureForFile (line 34) | public Texture getTextureForFile(File file, boolean createMipmaps) {
method releaseAll (line 90) | public void releaseAll() {
FILE: OSM2World/src/org/osm2world/core/target/jogl/NonAreaPrimitive.java
class NonAreaPrimitive (line 11) | class NonAreaPrimitive {
type Type (line 13) | static enum Type {
method NonAreaPrimitive (line 22) | public NonAreaPrimitive(Type type, Color color, int width,
FILE: OSM2World/src/org/osm2world/core/target/jogl/NonAreaShader.java
class NonAreaShader (line 13) | public class NonAreaShader extends AbstractShader {
method NonAreaShader (line 19) | public NonAreaShader(GL3 gl) {
method setPMVMatrix (line 36) | public void setPMVMatrix(PMVMatrix pmvMatrix) {
method getVertexPositionID (line 45) | public int getVertexPositionID() {
method getVertexColorID (line 52) | public int getVertexColorID() {
method getModelViewProjectionMatrixID (line 56) | public int getModelViewProjectionMatrixID() {
FILE: OSM2World/src/org/osm2world/core/target/jogl/PrimitiveBuffer.java
class PrimitiveBuffer (line 24) | public class PrimitiveBuffer extends
method getRenderableType (line 27) | @Override
method render (line 32) | @Override
method drawPrimitive (line 39) | @Override
method getMaterials (line 50) | public Set<Material> getMaterials() {
method getPrimitives (line 57) | public Collection<Primitive> getPrimitives(Material material) {
FILE: OSM2World/src/org/osm2world/core/target/jogl/RenderableToJOGL.java
type RenderableToJOGL (line 5) | public interface RenderableToJOGL extends Renderable {
method renderTo (line 7) | public void renderTo(JOGLTarget target);
FILE: OSM2World/src/org/osm2world/core/target/jogl/SSAOShader.java
class SSAOShader (line 15) | public class SSAOShader extends DepthBufferShader {
method SSAOShader (line 22) | public SSAOShader(GL3 gl) {
method initialize (line 30) | private void initialize() {
method resizeBuffer (line 151) | private void resizeBuffer(int width, int height) {
method prepareDepthMapGeneration (line 174) | private void prepareDepthMapGeneration() {
method setMaterial (line 192) | @Override
method getDepthBuferHandle (line 205) | public int getDepthBuferHandle() {
method useShader (line 213) | @Override
method disableShader (line 222) | @Override
FILE: OSM2World/src/org/osm2world/core/target/jogl/ShaderManager.java
class ShaderManager (line 22) | public class ShaderManager {
method createVertexShader (line 29) | public static int createVertexShader(GL3 gl, String filename) {
method createFragmentShader (line 81) | public static int createFragmentShader(GL3 gl, String filename) {
method printShaderInfoLog (line 125) | public static boolean printShaderInfoLog(GL3 gl, int shader) {
method getProgramInfoLog (line 148) | public static String getProgramInfoLog(GL3 gl, int prog) {
method printProgramInfoLog (line 168) | public static boolean printProgramInfoLog(GL3 gl, int prog) {
method saveDepthBuffer (line 189) | public static void saveDepthBuffer(File file, int depthBufferHandle, i...
FILE: OSM2World/src/org/osm2world/core/target/jogl/ShadowMapShader.java
class ShadowMapShader (line 38) | public class ShadowMapShader extends DepthBufferShader {
method ShadowMapShader (line 63) | public ShadowMapShader(GL3 gl) {
method initializeShadowMap (line 73) | private void initializeShadowMap() {
method setCameraFrustumPadding (line 191) | public void setCameraFrustumPadding(int padding) {
method setShadowMapSize (line 201) | public void setShadowMapSize(int width, int height) {
method resizeBuffer (line 208) | private void resizeBuffer(int width, int height) {
method prepareShadowMapGeneration (line 244) | private void prepareShadowMapGeneration() {
method saveColorBuffer (line 265) | public void saveColorBuffer(File file) {
method preparePMVMatrixPSM (line 308) | public void preparePMVMatrixPSM(GlobalLightingParameters lighting, PMV...
method preparePMVMatrix (line 363) | public void preparePMVMatrix(GlobalLightingParameters lighting, PMVMat...
method calculatePrimitivesLightFrustum (line 402) | private AxisAlignedBoundingBoxXYZ calculatePrimitivesLightFrustum(PMVM...
method calculateCameraLightFrustum (line 421) | private AxisAlignedBoundingBoxXYZ calculateCameraLightFrustum(PMVMatri...
method setMaterial (line 457) | @Override
method setRenderOpaque (line 471) | public void setRenderOpaque(boolean renderOpaque) {
method getPMVMatrix (line 479) | public PMVMatrix getPMVMatrix() {
method getShadowMapHandle (line 486) | public int getShadowMapHandle() {
method useShader (line 495) | @Override
method disableShader (line 504) | @Override
FILE: OSM2World/src/org/osm2world/core/target/jogl/ShadowVolumeShader.java
class ShadowVolumeShader (line 14) | public class ShadowVolumeShader extends AbstractPrimitiveShader {
method ShadowVolumeShader (line 19) | public ShadowVolumeShader(GL3 gl) {
method setPMVMatrix (line 35) | public void setPMVMatrix(PMVMatrix pmvMatrix) {
method getVertexPositionID (line 44) | public int getVertexPositionID() {
method getModelViewProjectionMatrixID (line 48) | public int getModelViewProjectionMatrixID() {
method getVertexNormalID (line 52) | @Override
method getVertexTexCoordID (line 57) | @Override
method getVertexBumpMapCoordID (line 62) | @Override
method getVertexTangentID (line 67) | @Override
FILE: OSM2World/src/org/osm2world/core/target/jogl/VBOData.java
class VBOData (line 25) | public abstract class VBOData<BufferT extends Buffer> {
method createBuffer (line 43) | protected abstract BufferT createBuffer(int numValues);
method put (line 46) | protected abstract void put(BufferT buffer, VectorXZ texCoord);
method put (line 49) | protected abstract void put(BufferT buffer, VectorXYZ v);
method valueTypeSize (line 52) | protected abstract int valueTypeSize();
method glValueType (line 55) | protected abstract int glValueType();
method VBOData (line 63) | public VBOData(GL gl, JOGLTextureManager textureManager, Material mate...
method countVertices (line 106) | static int countVertices(Collection<Primitive> primitives) {
method addPrimitiveToValueBuffer (line 125) | protected void addPrimitiveToValueBuffer(BufferT buffer,
method render (line 196) | public abstract void render();
method getValuesPerVertex (line 201) | protected abstract int getValuesPerVertex(Material material);
method delete (line 206) | public void delete() {
FILE: OSM2World/src/org/osm2world/core/target/jogl/VBODataFixedFunction.java
class VBODataFixedFunction (line 18) | abstract class VBODataFixedFunction<BufferT extends Buffer> extends VBOD...
method VBODataFixedFunction (line 25) | public VBODataFixedFunction(GL2 gl, JOGLTextureManager textureManager,...
method render (line 30) | @Override
method setPointerLayout (line 61) | private void setPointerLayout() {
method getValuesPerVertex (line 84) | @Override
FILE: OSM2World/src/org/osm2world/core/target/jogl/VBODataNonAreaShader.java
class VBODataNonAreaShader (line 16) | abstract class VBODataNonAreaShader<BufferT extends Buffer> {
method createBuffer (line 31) | protected abstract BufferT createBuffer(int numValues);
method put (line 34) | protected abstract void put(BufferT buffer, Color color);
method put (line 37) | protected abstract void put(BufferT buffer, VectorXYZ v);
method valueTypeSize (line 40) | protected abstract int valueTypeSize();
method glValueType (line 43) | protected abstract int glValueType();
method VBODataNonAreaShader (line 57) | public VBODataNonAreaShader(GL3 gl, NonAreaShader shader, NonAreaPrimi...
method render (line 104) | public void render() {
method setPointerLayout (line 114) | private void setPointerLayout() {
method getValuesPerVertex (line 128) | private int getValuesPerVertex() {
FILE: OSM2World/src/org/osm2world/core/target/jogl/VBODataShader.java
class VBODataShader (line 27) | abstract class VBODataShader<BufferT extends Buffer> extends VBOData<Buf...
method VBODataShader (line 35) | public VBODataShader(GL3 gl, JOGLTextureManager textureManager, Materi...
method setShader (line 44) | public void setShader(AbstractPrimitiveShader shader) {
method addPrimitiveToValueBuffer (line 48) | @Override
method render (line 138) | @Override
method setPointerLayout (line 153) | private void setPointerLayout() {
method getValuesPerVertex (line 186) | @Override
method put (line 192) | protected abstract void put(BufferT buffer, VectorXYZW t);
FILE: OSM2World/src/org/osm2world/core/target/jogl/VBODataShadowVolume.java
class VBODataShadowVolume (line 25) | abstract class VBODataShadowVolume<BufferT extends Buffer> {
method createBuffer (line 46) | protected abstract BufferT createBuffer(int numValues);
method valueTypeSize (line 49) | protected abstract int valueTypeSize();
method glValueType (line 52) | protected abstract int glValueType();
method put (line 55) | protected abstract void put(BufferT buffer, VectorXYZW sv);
method VBODataShadowVolume (line 61) | public VBODataShadowVolume(GL3 gl, Collection<Primitive> primitives, V...
method setShader (line 106) | public void setShader(AbstractPrimitiveShader shader) {
method addVerticesToValueBuffer (line 113) | protected void addVerticesToValueBuffer(BufferT buffer,
method getPrimitivesShadowVolumes (line 126) | protected List<VectorXYZW> getPrimitivesShadowVolumes(Primitive primit...
method render (line 160) | public void render() {
method setPointerLayout (line 168) | private void setPointerLayout() {
method getValuesPerVertex (line 180) | protected int getValuesPerVertex() {
method delete (line 187) | public void delete() {
FILE: OSM2World/src/org/osm2world/core/target/obj/ObjTarget.java
class ObjTarget (line 33) | public class ObjTarget extends FaceTarget<RenderableToObj> {
method ObjTarget (line 53) | public ObjTarget(PrintStream objStream, PrintStream mtlStream) {
method getRenderableType (line 60) | @Override
method render (line 65) | @Override
method reconstructFaces (line 70) | @Override
method beginObject (line 75) | @Override
method isPath (line 138) | private static boolean isPath(TagGroup tags) {
method drawFace (line 164) | @Override
method drawTrianglesWithNormals (line 189) | @Override
method useMaterial (line 218) | private void useMaterial(Material material, int layer) {
method offsetVertices (line 239) | private List<? extends VectorXYZ> offsetVertices(List<? extends Vector...
method verticesToIndices (line 250) | private int[] verticesToIndices(List<? extends VectorXYZ> vs) {
method normalsToIndices (line 254) | private int[] normalsToIndices(List<? extends VectorXYZ> normals) {
method texCoordsToIndices (line 258) | private int[] texCoordsToIndices(List<VectorXZ> texCoords) {
method vectorsToIndices (line 262) | private <V> int[] vectorsToIndices(Map<V, Integer> indexMap,
method formatVector (line 282) | private String formatVector(Object v) {
method writeFace (line 294) | private void writeFace(int[] vertexIndices, int[] normalIndices,
method writeMaterial (line 320) | private void writeMaterial(Material material, String name) {
method writeColorLine (line 351) | private void writeColorLine(String lineStart, Color color) {
FILE: OSM2World/src/org/osm2world/core/target/obj/ObjWriter.java
class ObjWriter (line 26) | public final class ObjWriter {
method ObjWriter (line 29) | private ObjWriter() { }
method writeObjFile (line 31) | public static final void writeObjFile(
method writeObjFiles (line 82) | public static final void writeObjFiles(
method writeObjHeader (line 177) | private static final void writeObjHeader(PrintStream objStream,
method writeMtlHeader (line 196) | private static final void writeMtlHeader(PrintStream mtlStream) {
FILE: OSM2World/src/org/osm2world/core/target/obj/RenderableToObj.java
type RenderableToObj (line 5) | public interface RenderableToObj extends RenderableToPrimitiveTarget {
method renderTo (line 7) | public void renderTo(ObjTarget target);
FILE: OSM2World/src/org/osm2world/core/target/povray/POVRayTarget.java
class POVRayTarget (line 20) | public class POVRayTarget extends AbstractTarget<RenderableToPOVRay> {
method POVRayTarget (line 31) | public POVRayTarget(PrintStream output) {
method getRenderableType (line 35) | @Override
method render (line 40) | @Override
method append (line 60) | public void append(String code) {
method append (line 75) | public void append(int value) {
method append (line 79) | public void append(double value) {
method appendDefaultParameterValue (line 109) | public void appendDefaultParameterValue(String name, String value) {
method appendMaterialDefinitions (line 117) | public void appendMaterialDefinitions() {
method drawTriangles (line 143) | @Override
method drawTrianglesWithNormals (line 193) | @Override
method drawTriangleNormalMesh (line 239) | private void drawTriangleNormalMesh(Collection<? extends TriangleXYZWi...
method drawTriangleMesh (line 277) | private void drawTriangleMesh(Collection<? extends TriangleXYZ> triang...
method drawConvexPolygon (line 363) | @Override
method drawColumn (line 384) | @Override
method drawColumn (line 435) | public void drawColumn(Material material, Integer corners, VectorXYZ b...
method checkMeshValidity (line 483) | private boolean checkMeshValidity(Collection<? extends TriangleXYZ> tr...
method isDegenerated (line 497) | private boolean isDegenerated(TriangleXYZ triangle) {
method appendTriangle (line 519) | public void appendTriangle(VectorXYZ a, VectorXYZ b, VectorXYZ c) {
method appendTriangle (line 524) | public void appendTriangle(
method appendTriangle (line 532) | public void appendTriangle(
method appendRGBColor (line 585) | public void appendRGBColor(Color color) {
method appendMaterialOrName (line 595) | public void appendMaterialOrName(Material material) {
method appendMaterial (line 607) | private void appendMaterial(Material material) {
method appendMaterial (line 630) | private void appendMaterial(Material material, TextureData textureData) {
method appendImageMap (line 663) | private void appendImageMap(TextureData textureData) {
method appendVector (line 683) | public void appendVector(float x, float y, float z) {
method appendVector (line 699) | public void appendVector(double x, double y, double z) {
method appendVector (line 719) | public void appendVector(VectorXYZ vector) {
method appendVector (line 727) | public void appendVector(double x, double z) {
method appendVector (line 741) | public void appendVector(VectorXZ vector) {
method appendInverseVector (line 748) | public void appendInverseVector(VectorXZ vector) {
method appendPolygon (line 756) | public void appendPolygon(VectorXYZ... vs) {
method appendPrism (line 770) | public void appendPrism(float y1, float y2, VectorXZ... vs) {
method performNaNCheck (line 788) | private void performNaNCheck(TriangleXYZWithNormals triangle) {
method performNaNCheck (line 797) | private void performNaNCheck(TriangleXYZ triangle) {
method performNaNCheck (line 803) | private void performNaNCheck(VectorXYZ v) {
FILE: OSM2World/src/org/osm2world/core/target/povray/POVRayWriter.java
class POVRayWriter (line 21) | public final class POVRayWriter {
method POVRayWriter (line 24) | private POVRayWriter() { }
method writePOVInstructionFile (line 26) | public static final void writePOVInstructionFile(File file, MapData ma...
method writePOVInstructionStringToStream (line 43) | private static final void writePOVInstructionStringToStream(
method addLightingDefinition (line 103) | private static final void addLightingDefinition(POVRayTarget target,
method addCommentHeader (line 123) | private static final void addCommentHeader(POVRayTarget target) {
method addCameraDefinition (line 137) | private static final void addCameraDefinition(POVRayTarget target,
FILE: OSM2World/src/org/osm2world/core/target/povray/RenderableToPOVRay.java
type RenderableToPOVRay (line 5) | public interface RenderableToPOVRay extends Renderable {
method addDeclarationsTo (line 11) | public void addDeclarationsTo(POVRayTarget target);
method renderTo (line 13) | public void renderTo(POVRayTarget target);
FILE: OSM2World/src/org/osm2world/core/target/statistics/StatisticsTarget.java
class StatisticsTarget (line 21) | public class StatisticsTarget extends
class StatImpl (line 30) | private static abstract class StatImpl {
method countObject (line 32) | public long countObject(WorldObject object) {
method countPrimitive (line 36) | public long countPrimitive(Type type, Material material,
type Stat (line 44) | public static enum Stat {
method countObject (line 47) | @Override public long countObject(WorldObject object) {
method countPrimitive (line 53) | @Override public long countPrimitive(Type type, Material material,
method countPrimitive (line 61) | @Override public long countPrimitive(Type type, Material material,
method countPrimitive (line 73) | @Override public long countPrimitive(Type type, Material material,
method countPrimitive (line 81) | @Override public long countPrimitive(Type type, Material material,
method countPrimitive (line 89) | @Override public long countPrimitive(Type type, Material material,
method countPrimitive (line 97) | @Override public long countPrimitive(Type type, Material material,
method countPrimitive (line 105) | @Override public long countPrimitive(Type type, Material material,
method Stat (line 125) | private Stat(StatImpl impl) {
method getRenderableType (line 131) | @Override
method render (line 136) | @Override
method beginObject (line 141) | @Override
method drawPrimitive (line 174) | @Override
method clear (line 202) | public void clear() {
method getGlobalCount (line 211) | public long getGlobalCount(Stat stat) {
method getKnownMaterials (line 215) | public Set<Material> getKnownMaterials() {
method getCountForMaterial (line 219) | public long getCountForMaterial(Material material, Stat stat) {
method getKnownRenderableClasses (line 223) | public Set<Class<?>> getKnownRenderableClasses() {
method getCountForClass (line 227) | public long getCountForClass(Class<?> c, Stat stat) {
FILE: OSM2World/src/org/osm2world/core/util/ConfigUtil.java
class ConfigUtil (line 10) | final public class ConfigUtil {
method ConfigUtil (line 12) | private ConfigUtil() { }
method parseColor (line 18) | public static final Color parseColor(String colorString) {
method parseColorTuple (line 53) | public static final Color parseColorTuple(String colorString) {
FILE: OSM2World/src/org/osm2world/core/util/FaultTolerantIterationUtil.java
class FaultTolerantIterationUtil (line 7) | final public class FaultTolerantIterationUtil {
method FaultTolerantIterationUtil (line 9) | private FaultTolerantIterationUtil() { }
type Operation (line 11) | public static interface Operation<T> {
method perform (line 12) | public void perform(T input);
method iterate (line 15) | public static final <T> void iterate(
FILE: OSM2World/src/org/osm2world/core/util/IgnoredExceptionLog.java
class IgnoredExceptionLog (line 9) | public final class IgnoredExceptionLog {
method IgnoredExceptionLog (line 19) | private IgnoredExceptionLog() { }
method parseMaxDetailed (line 21) | private static int parseMaxDetailed(String rawValue) {
method getMaxDetailedExceptions (line 32) | public static int getMaxDetailedExceptions() {
method shouldLogDetailed (line 36) | public static boolean shouldLogDetailed(int oneBasedExceptionIndex) {
method logDetailed (line 41) | public static void logDetailed(Exception e, Object input) {
method logSuppressionNotice (line 48) | public static void logSuppressionNotice(String context) {
method logSummary (line 61) | public static void logSummary(String context, int totalExceptions,
FILE: OSM2World/src/org/osm2world/core/util/MinMaxUtil.java
class MinMaxUtil (line 5) | public final class MinMaxUtil {
method MinMaxUtil (line 8) | private MinMaxUtil() { }
method min (line 17) | public static final <T> T min(Iterable<T> objects, Function<T, Double>...
method max (line 42) | public static final <T> T max(Iterable<T> objects, Function<T, Double>...
FILE: OSM2World/src/org/osm2world/core/util/Predicates.java
class Predicates (line 5) | public final class Predicates {
method Predicates (line 8) | private Predicates() { }
method hasType (line 13) | public static final Predicate<Object> hasType(final Class<?> type) {
FILE: OSM2World/src/org/osm2world/core/util/TouchMapperProfile.java
class TouchMapperProfile (line 10) | public final class TouchMapperProfile {
method TouchMapperProfile (line 15) | private TouchMapperProfile() { }
method parseEnabled (line 17) | private static boolean parseEnabled(String rawValue) {
method isEnabled (line 28) | public static boolean isEnabled() {
method start (line 32) | public static long start() {
method logMillis (line 36) | public static void logMillis(String label, long startNanos) {
method logNanosAsMillis (line 44) | public static void logNanosAsMillis(String label, long nanos) {
method logValue (line 52) | public static void logValue(String label, Object value) {
FILE: OSM2World/src/org/osm2world/core/util/TriangulationConfig.java
class TriangulationConfig (line 6) | public final class TriangulationConfig {
method TriangulationConfig (line 18) | private TriangulationConfig() { }
method getCollinearToleranceMeters (line 24) | public static double getCollinearToleranceMeters() {
method parseCollinearToleranceMeters (line 28) | static double parseCollinearToleranceMeters(String rawValue) {
FILE: OSM2World/src/org/osm2world/core/util/exception/TriangulationException.java
class TriangulationException (line 6) | public class TriangulationException extends Exception {
method TriangulationException (line 8) | public TriangulationException(String message, Throwable cause) {
method TriangulationException (line 12) | public TriangulationException(String message) {
method TriangulationException (line 16) | public TriangulationException(Throwable cause) {
FILE: OSM2World/src/org/osm2world/core/util/functions/DefaultFactory.java
class DefaultFactory (line 9) | public class DefaultFactory<T> implements Factory<T> {
method DefaultFactory (line 13) | public DefaultFactory(Class<? extends T> c) {
method make (line 17) | @Override
FILE: OSM2World/src/org/osm2world/core/util/functions/Factory.java
type Factory (line 8) | public interface Factory<T> {
method make (line 11) | T make();
FILE: OSM2World/src/org/osm2world/core/world/creation/NetworkCalculator.java
class NetworkCalculator (line 22) | public class NetworkCalculator {
method NetworkCalculator (line 24) | private NetworkCalculator() {}
method calculateNetworkInformationInGrid (line 39) | public static void calculateNetworkInformationInGrid(MapData grid) {
method calculateConnectorNodeEffects (line 106) | private static void calculateConnectorNodeEffects(
method calculateJunctionNodeEffects (line 228) | private static void calculateJunctionNodeEffects(
method setOrthogonalCutVector (line 393) | private static void setOrthogonalCutVector(MapWaySegment l, boolean se...
FILE: OSM2World/src/org/osm2world/core/world/creation/WorldCreator.java
class WorldCreator (line 11) | public class WorldCreator {
method WorldCreator (line 15) | public WorldCreator(Configuration config, WorldModule... modules) {
method WorldCreator (line 19) | public WorldCreator(Configuration config, List<WorldModule> modules) {
method addRepresentationsTo (line 26) | public void addRepresentationsTo(MapData mapData) {
FILE: OSM2World/src/org/osm2world/core/world/creation/WorldModule.java
type WorldModule (line 8) | public interface WorldModule {
method setConfiguration (line 18) | public void setConfiguration(Configuration config);
method applyTo (line 23) | public void applyTo(MapData mapData);
FILE: OSM2World/src/org/osm2world/core/world/data/AbstractAreaWorldObject.java
class AbstractAreaWorldObject (line 28) | public abstract class AbstractAreaWorldObject
method AbstractAreaWorldObject (line 38) | protected AbstractAreaWorldObject(MapArea area) {
method getEleConnectors (line 46) | @Override
method defineEleConstraints (line 62) | @Override
method getOutlinePolygonXZ (line 65) | @Override
method getOutlinePolygon (line 70) | @Override
method getAxisAlignedBoundingBoxXZ (line 75) | @Override
method getPrimaryMapElement (line 81) | @Override
method getTriangulationXZ (line 89) | protected Collection<TriangleXZ> getTriangulationXZ() {
method getTriangulation (line 119) | protected Collection<TriangleXYZ> getTriangulation() {
method toString (line 123) | @Override
FILE: OSM2World/src/org/osm2world/core/world/data/AreaWorldObject.java
type AreaWorldObject (line 5) | public interface AreaWorldObject extends WorldObject {
method getPrimaryMapElement (line 7) | @Override
FILE: OSM2World/src/org/osm2world/core/world/data/NoOutlineNodeWorldObject.java
class NoOutlineNodeWorldObject (line 20) | public abstract class NoOutlineNodeWorldObject implements NodeWorldObject,
method NoOutlineNodeWorldObject (line 27) | public NoOutlineNodeWorldObject(MapNode node) {
method getPrimaryMapElement (line 33) | @Override
method getAxisAlignedBoundingBoxXZ (line 38) | @Override
method getEleConnectors (line 43) | @Override
method defineEleConstraints (line 48) | @Override
method toString (line 51) | @Override
method getBase (line 60) | protected VectorXYZ getBase() {
FILE: OSM2World/src/org/osm2world/core/world/data/NoOutlineWaySegmentWorldObject.java
class NoOutlineWaySegmentWorldObject (line 20) | public abstract class NoOutlineWaySegmentWorldObject
method NoOutlineWaySegmentWorldObject (line 28) | public NoOutlineWaySegmentWorldObject(MapWaySegment segment) {
method getPrimaryMapElement (line 39) | @Override
method getEleConnectors (line 44) | @Override
method defineEleConstraints (line 49) | @Override
method getStartPosition (line 52) | @Override
method getEndPosition (line 57) | @Override
method getAxisAlignedBoundingBoxXZ (line 62) | @Override
method getStartXYZ (line 72) | protected VectorXYZ getStartXYZ() {
method getEndXYZ (line 80) | protected VectorXYZ getEndXYZ() {
method getBaseline (line 88) | protected List<VectorXYZ> getBaseline() {
FILE: OSM2World/src/org/osm2world/core/world/data/NodeWorldObject.java
type NodeWorldObject (line 5) | public interface NodeWorldObject extends WorldObject {
method getPrimaryMapElement (line 7) | @Override
FILE: OSM2World/src/org/osm2world/core/world/data/OutlineNodeWorldObject.java
class OutlineNodeWorldObject (line 27) | public abstract class OutlineNodeWorldObject implements NodeWorldObject,
method OutlineNodeWorldObject (line 34) | protected OutlineNodeWorldObject(MapNode node) {
method getOutlinePolygonXZ (line 38) | @Override
method getPrimaryMapElement (line 41) | @Override
method getEleConnectors (line 46) | @Override
method defineEleConstraints (line 71) | @Override
method getAxisAlignedBoundingBoxXZ (line 74) | @Override
method getOutlinePolygon (line 86) | @Override
method toString (line 91) | @Override
method getTriangulation (line 99) | protected Collection<TriangleXYZ> getTriangulation() {
FILE: OSM2World/src/org/osm2world/core/world/data/TerrainBoundaryWorldObject.java
type TerrainBoundaryWorldObject (line 11) | public interface TerrainBoundaryWorldObject
method getAxisAlignedBoundingBoxXZ (line 20) | @Override
FILE: OSM2World/src/org/osm2world/core/world/data/WaySegmentWorldObject.java
type WaySegmentWorldObject (line 6) | public interface WaySegmentWorldObject extends WorldObject {
method getPrimaryMapElement (line 8) | @Override
method getStartPosition (line 16) | public VectorXZ getStartPosition();
method getEndPosition (line 22) | public VectorXZ getEndPosition();
FILE: OSM2World/src/org/osm2world/core/world/data/WorldObject.java
type WorldObject (line 8) | public interface WorldObject {
method getPrimaryMapElement (line 15) | public MapElement getPrimaryMapElement();
method getGroundState (line 25) | public GroundState getGroundState();
method getEleConnectors (line 30) | public Iterable<EleConnector> getEleConnectors();
method defineEleConstraints (line 36) | public void defineEleConstraints(EleConstraintEnforcer enforcer);
FILE: OSM2World/src/org/osm2world/core/world/data/WorldObjectWithOutline.java
type WorldObjectWithOutline (line 12) | public interface WorldObjectWithOutline extends WorldObject {
method getOutlinePolygon (line 19) | public PolygonXYZ getOutlinePolygon();
method getOutlinePolygonXZ (line 27) | public SimplePolygonXZ getOutlinePolygonXZ();
FILE: OSM2World/src/org/osm2world/core/world/modules/BarrierModule.java
class BarrierModule (line 35) | public class BarrierModule extends AbstractModule {
method applyToWaySegment (line 37) | @Override
method applyToNode (line 57) | @Override
class LinearBarrier (line 70) | private static abstract class LinearBarrier
method LinearBarrier (line 77) | public LinearBarrier(MapWaySegment waySegment,
method getStartPosition (line 87) | @Override
method getEndPosition (line 92) | @Override
method getGroundState (line 97) | @Override
method getWidth (line 102) | @Override
class ColoredWall (line 113) | private static abstract class ColoredWall extends LinearBarrier {
method ColoredWall (line 117) | public ColoredWall(Material material, MapWaySegment segment,
method renderTo (line 123) | @Override
class Wall (line 166) | private static class Wall extends ColoredWall {
method fits (line 168) | public static boolean fits(TagGroup tags) {
method getMaterial (line 172) | private static Material getMaterial(TagGroup tags) {
method Wall (line 190) | public Wall(MapWaySegment segment) {
class CityWall (line 196) | private static class CityWall extends ColoredWall {
method fits (line 197) | public static boolean fits(TagGroup tags) {
method CityWall (line 200) | public CityWall(MapWaySegment segment) {
class Hedge (line 205) | private static class Hedge extends ColoredWall {
method fits (line 206) | public static boolean fits(TagGroup tags) {
method Hedge (line 209) | public Hedge(MapWaySegment segment) {
class ChainLinkFence (line 214) | private static class ChainLinkFence extends LinearBarrier {
method fits (line 216) | public static boolean fits(TagGroup tags) {
method ChainLinkFence (line 221) | public ChainLinkFence(MapWaySegment segment, TagGroup tags) {
method renderTo (line 225) | @Override
class Fence (line 270) | private static class Fence extends LinearBarrier {
method fits (line 272) | public static boolean fits(TagGroup tags) {
method Fence (line 284) | public Fence(MapWaySegment segment, TagGroup tags) {
method renderTo (line 296) | @Override
class Bollard (line 339) | private static class Bollard extends NoOutlineNodeWorldObject
method fits (line 344) | public static boolean fits(TagGroup tags) {
method Bollard (line 350) | public Bollard(MapNode node, TagGroup tags) {
method getGroundState (line 358) | @Override
method renderTo (line 363) | @Override
FILE: OSM2World/src/org/osm2world/core/world/modules/BridgeModule.java
class BridgeModule (line 34) | public class BridgeModule extends AbstractModule {
method isBridge (line 36) | public static final boolean isBridge(TagGroup tags) {
method isBridge (line 42) | public static final boolean isBridge(MapWaySegment segment) {
method applyToWaySegment (line 46) | @Override
class Bridge (line 64) | private static class Bridge extends BridgeOrTunnel
method Bridge (line 67) | public Bridge(MapWaySegment segment,
method getGroundState (line 72) | @Override
method getEleConnectors (line 77) | @Override
method renderTo (line 83) | @Override
method drawBridgeUnderside (line 92) | private void drawBridgeUnderside(Target<?> target) {
method drawBridgePillars (line 113) | private void drawBridgePillars(Target<?> target) {
method drawBridgePillarAt (line 146) | private void drawBridgePillarAt(Target<?> target, VectorXZ pos) {
FILE: OSM2World/src/org/osm2world/core/world/modules/BuildingModule.java
class BuildingModule (line 74) | public class BuildingModule extends ConfigurableWorldModule {
method applyTo (line 78) | @Override
class Building (line 106) | public static class Building implements AreaWorldObject,
method Building (line 115) | public Building(MapArea area, boolean useBuildingColors,
method getArea (line 176) | public MapArea getArea() { //TODO: redundant because of getPrimaryMa...
method getParts (line 180) | public List<BuildingPart> getParts() {
method getPrimaryMapElement (line 184) | @Override
method getGroundState (line 189) | @Override
method getEleConnectors (line 194) | @Override
method defineEleConstraints (line 199) | @Override
method getOutlinePolygonXZ (line 268) | @Override
method getGroundLevelEle (line 273) | public double getGroundLevelEle() {
method getOutlinePolygon (line 287) | @Override
method renderTo (line 292) | @Override
class BuildingPart (line 301) | public static class BuildingPart implements RenderableToAllTargets {
method BuildingPart (line 320) | public BuildingPart(Building building,
method getPolygon (line 344) | public PolygonWithHolesXZ getPolygon() {
method getRoof (line 348) | public Roof getRoof() {
method getClearingAbove (line 352) | public double getClearingAbove(VectorXZ pos) {
method renderTo (line 356) | @Override
method renderFloor (line 366) | private void renderFloor(Target<?> target, double floorEle) {
method renderWalls (line 383) | private void renderWalls(Target<?> target, Roof roof) {
method calculateFloorHeight (line 511) | private double calculateFloorHeight(Roof roof) {
method renderWalls (line 539) | private void renderWalls(Target<?> target, PolygonWithHolesXZ p,
method drawWallOnPolygon (line 553) | private void drawWallOnPolygon(Target<?> target, double baseEle,
method setAttributes (line 665) | private void setAttributes(boolean useBuildingColors,
method buildMaterial (line 854) | private Material buildMaterial(String materialString,
method getValue (line 942) | private String getValue(String key) {
type Roof (line 954) | public static interface Roof extends RenderableToAllTargets {
method getPolygon (line 962) | PolygonWithHolesXZ getPolygon();
method getRoofEleAt (line 967) | double getRoofEleAt(VectorXZ coord);
method getRoofHeight (line 972) | double getRoofHeight();
method getMaxRoofEle (line 977) | double getMaxRoofEle();
class TaggedRoof (line 985) | abstract private class TaggedRoof implements Roof {
method getDefaultRoofHeight (line 993) | protected float getDefaultRoofHeight() {
method TaggedRoof (line 1001) | TaggedRoof() {
method getRoofHeight (line 1019) | @Override
method getMaxRoofEle (line 1024) | @Override
class SpindleRoof (line 1032) | private abstract class SpindleRoof extends TaggedRoof {
method getPolygon (line 1034) | @Override
method getRoofEleAt (line 1039) | @Override
method renderSpindle (line 1044) | protected void renderSpindle(
method spindleTexCoordLists (line 1100) | protected List<List<VectorXZ>>[] spindleTexCoordLists(
method spindleTexCoordList (line 1147) | private List<VectorXZ> spindleTexCoordList(
method getDefaultRoofHeight (line 1172) | @Override
class OnionRoof (line 1179) | private class OnionRoof extends SpindleRoof {
method renderTo (line 1181) | @Override
method getDefaultRoofHeight (line 1198) | @Override
class DomeRoof (line 1205) | private class DomeRoof extends SpindleRoof {
method renderTo (line 1212) | @Override
class HeightfieldRoof (line 1238) | public abstract class HeightfieldRoof extends TaggedRoof {
method getInnerSegments (line 1244) | public abstract Collection<LineSegmentXZ> getInnerSegments();
method getInnerPoints (line 1250) | public abstract Collection<VectorXZ> getInnerPoints();
method getRoofEleAt_noInterpolation (line 1259) | protected abstract Double getRoofEleAt_noInterpolation(VectorXZ pos);
method getRoofEleAt (line 1261) | @Override
method renderTo (line 1307) | @Override
method withRoofEle (line 1352) | private VectorXYZ withRoofEle(VectorXZ v) {
class FlatRoof (line 1358) | private class FlatRoof extends HeightfieldRoof {
method getPolygon (line 1360) | @Override
method getInnerPoints (line 1365) | @Override
method getInnerSegments (line 1370) | @Override
method getRoofHeight (line 1375) | @Override
method getRoofEleAt_noInterpolation (line 1380) | @Override
method getMaxRoofEle (line 1385) | @Override
class PyramidalRoof (line 1392) | private class PyramidalRoof extends HeightfieldRoof {
method PyramidalRoof (line 1397) | public PyramidalRoof() {
method getPolygon (line 1412) | @Override
method getInnerPoints (line 1417) | @Override
method getInnerSegments (line 1422) | @Override
method getRoofEleAt_noInterpolation (line 1427) | @Override
class SkillionRoof (line 1440) | private class SkillionRoof extends HeightfieldRoof {
method SkillionRoof (line 1445) | public SkillionRoof() {
method getPolygon (line 1519) | @Override
method getInnerSegments (line 1524) | @Override
method getInnerPoints (line 1529) | @Override
method getRoofEleAt_noInterpolation (line 1534) | @Override
class RoofWithRidge (line 1553) | abstract private class RoofWithRidge extends HeightfieldRoof {
method RoofWithRidge (line 1574) | public RoofWithRidge(double relativeRoofOffset) {
class GabledRoof (line 1683) | private class GabledRoof extends RoofWithRidge {
method GabledRoof (line 1685) | public GabledRoof() {
method getPolygon (line 1689) | @Override
method getInnerPoints (line 1703) | @Override
method getInnerSegments (line 1708) | @Override
method getRoofEleAt_noInterpolation (line 1713) | @Override
class HippedRoof (line 1722) | private class HippedRoof extends RoofWithRidge {
method HippedRoof (line 1724) | public HippedRoof() {
method getPolygon (line 1728) | @Override
method getInnerPoints (line 1733) | @Override
method getInnerSegments (line 1738) | @Override
method getRoofEleAt_noInterpolation (line 1748) | @Override
class HalfHippedRoof (line 1761) | private class HalfHippedRoof extends RoofWithRidge {
method HalfHippedRoof (line 1765) | public HalfHippedRoof() {
method getPolygon (line 1783) | @Override
method getInnerPoints (line 1799) | @Override
method getInnerSegments (line 1804) | @Override
method getRoofEleAt_noInterpolation (line 1813) | @Override
class GambrelRoof (line 1834) | private class GambrelRoof extends RoofWithRidge {
method GambrelRoof (line 1838) | public GambrelRoof() {
method getPolygon (line 1852) | @Override
method getInnerPoints (line 1872) | @Override
method getInnerSegments (line 1877) | @Override
method getRoofEleAt_noInterpolation (line 1884) | @Override
class RoundRoof (line 1902) | private class RoundRoof extends RoofWithRidge {
method RoundRoof (line 1909) | public RoundRoof() {
method getPolygon (line 1937) | @Override
method getInnerPoints (line 1957) | @Override
method getInnerSegments (line 1961) | @Override
method getRoofEleAt_noInterpolation (line 1976) | @Override
class MansardRoof (line 1996) | private class MansardRoof extends RoofWithRidge {
method MansardRoof (line 2000) | public MansardRoof() {
method getPolygon (line 2014) | @Override
method getInnerPoints (line 2019) | @Override
method getInnerSegments (line 2024) | @Override
method getRoofEleAt_noInterpolation (line 2041) | @Override
class ComplexRoof (line 2064) | private class ComplexRoof extends HeightfieldRoof {
method ComplexRoof (line 2071) | public ComplexRoof() {
method getPolygon (line 2246) | @Override
method getInnerPoints (line 2251) | @Override
method getInnerSegments (line 2256) | @Override
method getRoofHeight (line 2261) | @Override
method getRoofEleAt_noInterpolation (line 2266) | @Override
method getMaxRoofEle (line 2276) | @Override
method hasComplexRoof (line 2284) | public static boolean hasComplexRoof(MapArea area) {
class BuildingEntrance (line 2299) | private static class BuildingEntrance implements NodeWorldObject,
method BuildingEntrance (line 2307) | public BuildingEntrance(BuildingPart buildingPart, MapNode node) {
method getPrimaryMapElement (line 2313) | @Override
method getEleConnectors (line 2318) | @Override
method defineEleConstraints (line 2323) | @Override
method getGroundState (line 2330) | @Override
method getLevel (line 2364) | public int getLevel() {
method renderTo (line 2374) | @Override
FILE: OSM2World/src/org/osm2world/core/world/modules/CliffModule.java
class CliffModule (line 32) | public class CliffModule extends ConfigurableWorldModule {
method applyTo (line 34) | @Override
method getConnectedCliffs (line 49) | private static int getConnectedCliffs(MapNode node) {
class AbstractCliff (line 63) | private abstract static class AbstractCliff
method AbstractCliff (line 67) | protected AbstractCliff(MapWaySegment segment) {
method getDefaultWidth (line 71) | protected abstract float getDefaultWidth();
method getMaterial (line 73) | protected abstract Material getMaterial();
method getWidth (line 75) | @Override
method getGroundState (line 80) | @Override
method defineEleConstraints (line 85) | @Override
method renderTo (line 113) | @Override
class Cliff (line 126) | public static class Cliff extends AbstractCliff {
method Cliff (line 128) | protected Cliff(MapWaySegment segment) {
method getDefaultWidth (line 132) | @Override
method getMaterial (line 137) | @Override
class RetainingWall (line 144) | public static class RetainingWall extends AbstractCliff {
method RetainingWall (line 146) | protected RetainingWall(MapWaySegment segment) {
method getDefaultWidth (line 150) | @Override
method getMaterial (line 155) | @Override
FILE: OSM2World/src/org/osm2world/core/world/modules/GolfModule.java
class GolfModule (line 49) | public class GolfModule extends AbstractModule {
method applyToArea (line 55) | @Override
class Tee (line 70) | private static class Tee extends SurfaceArea {
method Tee (line 72) | private Tee(MapArea area) {
class Fairway (line 82) | private static class Fairway extends SurfaceArea {
method Fairway (line 84) | private Fairway(MapArea area) {
class Green (line 94) | private static class Green extends AbstractAreaWorldObject
method Green (line 101) | private Green(MapArea area) {
method getGroundState (line 155) | @Override
method getEleConnectors (line 160) | @Override
method renderTo (line 173) | @Override
method getGreenTriangulation (line 200) | private List<TriangleXZ> getGreenTriangulation() {
method drawPin (line 230) | private static void drawPin(Target<?> target,
FILE: OSM2World/src/org/osm2world/core/world/modules/InvisibleModule.java
class InvisibleModule (line 19) | public class InvisibleModule extends AbstractModule {
method applyToNode (line 21) | @Override
method applyToWaySegment (line 49) | @Override
method applyToArea (line 57) | @Override
class InvisibleEleNode (line 65) | private static class InvisibleEleNode extends NoOutlineNodeWorldObject {
method InvisibleEleNode (line 67) | public InvisibleEleNode(MapNode node) {
method getGroundState (line 71) | @Override
class InvisibleEleWaySegment (line 78) | private static class InvisibleEleWaySegment
method InvisibleEleWaySegment (line 81) | public InvisibleEleWaySegment(MapWaySegment segment) {
method getGroundState (line 85) | @Override
class InvisibleEleArea (line 92) | private static class InvisibleEleArea
method InvisibleEleArea (line 95) | protected InvisibleEleArea(MapArea area) {
method getGroundState (line 99) | @Override
FILE: OSM2World/src/org/osm2world/core/world/modules/ParkingModule.java
class ParkingModule (line 22) | public class ParkingModule extends AbstractModule {
method applyToArea (line 24) | @Override
class SurfaceParking (line 37) | private static class SurfaceParking extends AbstractAreaWorldObject
method SurfaceParking (line 40) | public SurfaceParking(MapArea area) {
method getGroundState (line 44) | @Override
method renderTo (line 49) | @Override
FILE: OSM2World/src/org/osm2world/core/world/modules
Condensed preview — 636 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (7,159K chars).
[
{
"path": ".github/ISSUE_TEMPLATE/bug_report.yml",
"chars": 657,
"preview": "name: Bug report\ndescription: Report a concrete problem in Touch Mapper\ntitle: \"[Bug]: \"\nlabels: [\"bug\"]\nassignees: []\n\n"
},
{
"path": ".github/ISSUE_TEMPLATE/config.yml",
"chars": 205,
"preview": "blank_issues_enabled: false\ncontact_links:\n - name: Questions / discussions\n url: https://github.com/skarkkai/touch-"
},
{
"path": ".github/ISSUE_TEMPLATE/feature_request.yml",
"chars": 853,
"preview": "name: Feature request\ndescription: Suggest a feature for Touch Mapper\ntitle: \"[Feature]: \"\nlabels: [\"feature-request\"]\na"
},
{
"path": ".gitignore",
"chars": 57,
"preview": "*~\n.*.swp\n.~*#\n__pycache__\n/blender*\n/runtime\n/ol\n.tmp/\n\n"
},
{
"path": ".idea/inspectionProfiles/Project_Default.xml",
"chars": 453,
"preview": "<component name=\"InspectionProjectProfileManager\">\n <profile version=\"1.0\">\n <option name=\"myName\" value=\"Project De"
},
{
"path": ".idea/jsLibraryMappings.xml",
"chars": 191,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n <component name=\"JavaScriptLibraryMappings\">\n <file ur"
},
{
"path": ".idea/libraries/OSM2World.xml",
"chars": 220,
"preview": "<component name=\"libraryTable\">\n <library name=\"OSM2World\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2Worl"
},
{
"path": ".idea/libraries/annotations_java8.xml",
"chars": 236,
"preview": "<component name=\"libraryTable\">\n <library name=\"annotations-java8\">\n <CLASSES>\n <root url=\"jar://$APPLICATION_H"
},
{
"path": ".idea/libraries/com_google_code_findbugs_jsr305_3_0_2.xml",
"chars": 364,
"preview": "<component name=\"libraryTable\">\n <library name=\"com.google.code.findbugs:jsr305:3.0.2\" type=\"repository\">\n <properti"
},
{
"path": ".idea/libraries/commons_math3_3_0.xml",
"chars": 248,
"preview": "<component name=\"libraryTable\">\n <library name=\"commons-math3-3.0\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/"
},
{
"path": ".idea/libraries/commons_math3_3_01.xml",
"chars": 243,
"preview": "<component name=\"libraryTable\">\n <library name=\"commons-math3-3.01\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$"
},
{
"path": ".idea/libraries/configuration.xml",
"chars": 542,
"preview": "<component name=\"libraryTable\">\n <library name=\"configuration\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2"
},
{
"path": ".idea/libraries/configuration1.xml",
"chars": 567,
"preview": "<component name=\"libraryTable\">\n <library name=\"configuration1\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM"
},
{
"path": ".idea/libraries/guava_20_0.xml",
"chars": 232,
"preview": "<component name=\"libraryTable\">\n <library name=\"guava-20.0\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2Wor"
},
{
"path": ".idea/libraries/guava_20_01.xml",
"chars": 227,
"preview": "<component name=\"libraryTable\">\n <library name=\"guava-20.01\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2Wo"
},
{
"path": ".idea/libraries/jackson.xml",
"chars": 420,
"preview": "<component name=\"libraryTable\">\n <library name=\"jackson\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2World/"
},
{
"path": ".idea/libraries/jackson1.xml",
"chars": 439,
"preview": "<component name=\"libraryTable\">\n <library name=\"jackson1\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2World"
},
{
"path": ".idea/libraries/javailp_1_2a.xml",
"chars": 238,
"preview": "<component name=\"libraryTable\">\n <library name=\"javailp-1.2a\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2W"
},
{
"path": ".idea/libraries/javailp_1_2a1.xml",
"chars": 233,
"preview": "<component name=\"libraryTable\">\n <library name=\"javailp-1.2a1\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2"
},
{
"path": ".idea/libraries/javaproj_1_0_6.xml",
"chars": 237,
"preview": "<component name=\"libraryTable\">\n <library name=\"javaproj-1.0.6\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM"
},
{
"path": ".idea/libraries/javaproj_1_0_61.xml",
"chars": 244,
"preview": "<component name=\"libraryTable\">\n <library name=\"javaproj-1.0.61\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OS"
},
{
"path": ".idea/libraries/jewelcli_0_6.xml",
"chars": 233,
"preview": "<component name=\"libraryTable\">\n <library name=\"jewelcli-0.6\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2W"
},
{
"path": ".idea/libraries/jewelcli_0_61.xml",
"chars": 240,
"preview": "<component name=\"libraryTable\">\n <library name=\"jewelcli-0.61\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2"
},
{
"path": ".idea/libraries/jogl.xml",
"chars": 1268,
"preview": "<component name=\"libraryTable\">\n <library name=\"jogl\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2World/lib"
},
{
"path": ".idea/libraries/jogl1.xml",
"chars": 1341,
"preview": "<component name=\"libraryTable\">\n <library name=\"jogl1\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2World/bu"
},
{
"path": ".idea/libraries/jquery_2_1_4_min.xml",
"chars": 402,
"preview": "<component name=\"libraryTable\">\n <library name=\"jquery-2.1.4.min\" type=\"javaScript\">\n <properties>\n <option nam"
},
{
"path": ".idea/libraries/jts.xml",
"chars": 305,
"preview": "<component name=\"libraryTable\">\n <library name=\"jts\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2World/buil"
},
{
"path": ".idea/libraries/jts1.xml",
"chars": 294,
"preview": "<component name=\"libraryTable\">\n <library name=\"jts1\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2World/lib"
},
{
"path": ".idea/libraries/lpsolve55j.xml",
"chars": 229,
"preview": "<component name=\"libraryTable\">\n <library name=\"lpsolve55j\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2Wor"
},
{
"path": ".idea/libraries/lpsolve55j1.xml",
"chars": 236,
"preview": "<component name=\"libraryTable\">\n <library name=\"lpsolve55j1\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2Wo"
},
{
"path": ".idea/libraries/osmosis.xml",
"chars": 760,
"preview": "<component name=\"libraryTable\">\n <library name=\"osmosis\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2World/"
},
{
"path": ".idea/libraries/osmosis1.xml",
"chars": 803,
"preview": "<component name=\"libraryTable\">\n <library name=\"osmosis1\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2World"
},
{
"path": ".idea/libraries/pngj_2_0_0.xml",
"chars": 225,
"preview": "<component name=\"libraryTable\">\n <library name=\"pngj-2.0.0\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2Wor"
},
{
"path": ".idea/libraries/pngj_2_0_01.xml",
"chars": 232,
"preview": "<component name=\"libraryTable\">\n <library name=\"pngj-2.0.01\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2Wo"
},
{
"path": ".idea/libraries/poly2tri_core_0_1_1_SNAPSHOT.xml",
"chars": 265,
"preview": "<component name=\"libraryTable\">\n <library name=\"poly2tri-core-0.1.1-SNAPSHOT\">\n <CLASSES>\n <root url=\"jar://$PR"
},
{
"path": ".idea/libraries/poly2tri_core_0_1_1_SNAPSHOT1.xml",
"chars": 272,
"preview": "<component name=\"libraryTable\">\n <library name=\"poly2tri-core-0.1.1-SNAPSHOT1\">\n <CLASSES>\n <root url=\"jar://$P"
},
{
"path": ".idea/libraries/slf4j.xml",
"chars": 312,
"preview": "<component name=\"libraryTable\">\n <library name=\"slf4j\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2World/li"
},
{
"path": ".idea/libraries/slf4j1.xml",
"chars": 325,
"preview": "<component name=\"libraryTable\">\n <library name=\"slf4j1\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2World/b"
},
{
"path": ".idea/libraries/trove.xml",
"chars": 324,
"preview": "<component name=\"libraryTable\">\n <library name=\"trove\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2World/bu"
},
{
"path": ".idea/libraries/trove1.xml",
"chars": 313,
"preview": "<component name=\"libraryTable\">\n <library name=\"trove1\">\n <CLASSES>\n <root url=\"jar://$PROJECT_DIR$/OSM2World/l"
},
{
"path": ".idea/misc.xml",
"chars": 278,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n <component name=\"JavaScriptSettings\">\n <option name=\"l"
},
{
"path": ".idea/modules.xml",
"chars": 494,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n <component name=\"ProjectModuleManager\">\n <modules>\n "
},
{
"path": ".idea/touch-mapper.iml",
"chars": 808,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<module type=\"JAVA_MODULE\" version=\"4\">\n <component name=\"NewModuleRootManager\" "
},
{
"path": ".idea/vcs.xml",
"chars": 167,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n <component name=\"VcsDirectoryMappings\">\n <mapping dire"
},
{
"path": ".idea/workspace.xml",
"chars": 71612,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n <component name=\"AnalysisUIOptions\">\n <option name=\"SC"
},
{
"path": ".vscode/settings.json",
"chars": 225,
"preview": "{\n \"makefile.configureOnOpen\": false,\n \"java.compile.nullAnalysis.mode\": \"automatic\",\n \"eslint.useFlatConfig\": "
},
{
"path": "AGENTS.md",
"chars": 4800,
"preview": "# Touch Mapper Agent Guide\n\nThis file is the operational contract for coding agents and contributors.\n\nTouch Mapper gene"
},
{
"path": "COPYING.txt",
"chars": 335,
"preview": "Touch Mapper is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public"
},
{
"path": "Makefile",
"chars": 1006,
"preview": "all:\n\t@echo \"No default target exists\"\n\nFORCE: ;\n\nosm2world:\n\tcd OSM2World && ant clean jar\n\ntest: FORCE\n\ttest/run-osm2w"
},
{
"path": "OSM2World/.classpath",
"chars": 5867,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<classpath>\n\t<classpathentry kind=\"src\" path=\"src\"/>\n\t<classpathentry kind=\"lib\" "
},
{
"path": "OSM2World/.gitignore",
"chars": 27,
"preview": "/bin\n/build\n\n/eclipse-bin/\n"
},
{
"path": "OSM2World/.project",
"chars": 897,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<projectDescription>\n\t<name>Touch Mapper OSM2World</name>\n\t<comment></comment>\n\t<"
},
{
"path": "OSM2World/.vscode/settings.json",
"chars": 53,
"preview": "{\n \"java.compile.nullAnalysis.mode\": \"automatic\"\n}"
},
{
"path": "OSM2World/COPYING.txt",
"chars": 784,
"preview": "Copyright © 2010–2011 OSM2World contributors\r\nThe libraries in the \"lib\" directory are not part of OSM2World, separate "
},
{
"path": "OSM2World/OSM2World.iml",
"chars": 2446,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<module type=\"JAVA_MODULE\" version=\"4\">\n <component name=\"NewModuleRootManager\" "
},
{
"path": "OSM2World/build-adds/example_config.properties",
"chars": 1995,
"preview": "! This is an example for an OSM2World (http://osm2world.org/) config file.\n! It is not used by default. If you want to u"
},
{
"path": "OSM2World/build-adds/osm2world-windows.bat",
"chars": 34,
"preview": "java -Xmx2G -jar OSM2World.jar %*\n"
},
{
"path": "OSM2World/build-adds/osm2world.sh",
"chars": 624,
"preview": "#!/bin/bash\n\n# retrieve VM parameters\n\nvmparams=\"-Xmx2G\"\n\nif [[ $1 == --vm-params=* ]]\n then\n vmparams=${1:12}\n s"
},
{
"path": "OSM2World/build.xml",
"chars": 8037,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n\n<project default=\"main\">\n\n <property name=\"releaseVersion\" va"
},
{
"path": "OSM2World/gpl.txt",
"chars": 35147,
"preview": " GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free "
},
{
"path": "OSM2World/lgpl.txt",
"chars": 7651,
"preview": " GNU LESSER GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007"
},
{
"path": "OSM2World/lib/configuration/LICENSE.txt",
"chars": 11560,
"preview": "\r\n Apache License\r\n Version 2.0, January 2004\r\n "
},
{
"path": "OSM2World/lib/guava/COPYING",
"chars": 11358,
"preview": "\n Apache License\n Version 2.0, January 2004\n "
},
{
"path": "OSM2World/lib/jogl/jogl.LICENSE.txt",
"chars": 16594,
"preview": "The JOGL source code is mostly licensed under the New BSD 2-clause license,\nhowever it contains other licensed material "
},
{
"path": "OSM2World/lib/jts/LICENSE.txt",
"chars": 26934,
"preview": "\t\t GNU LESSER GENERAL PUBLIC LICENSE\r\n\t\t Version 2.1, February 1999\r\n\r\n Copyright (C) 1991, 1999 Free Software Fo"
},
{
"path": "OSM2World/lib/lp_solve/LGPL",
"chars": 26934,
"preview": "\t\t GNU LESSER GENERAL PUBLIC LICENSE\r\n\t\t Version 2.1, February 1999\r\n\r\n Copyright (C) 1991, 1999 Free Software Fo"
},
{
"path": "OSM2World/lib/lp_solve/README.html",
"chars": 16061,
"preview": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\r\n<html>\r\n<head>\r\n<title>Using lp_solve 5.5 in Java programs</tit"
},
{
"path": "OSM2World/lib/osmosis/copying.txt",
"chars": 670,
"preview": "Osmosis consists of all files in this archive with the exception of the\nthird party libraries in the lib and repo subdir"
},
{
"path": "OSM2World/lib/poly2tri/LICENSE.txt",
"chars": 1534,
"preview": "Poly2Tri\nCopyright (c) 2009-2010, Poly2Tri Contributors\nhttp://code.google.com/p/poly2tri/\n\nAll rights reserved.\nRedistr"
},
{
"path": "OSM2World/lib/slf4j/LICENSE.txt",
"chars": 1159,
"preview": "Copyright (c) 2004-2008 QOS.ch\r\nAll rights reserved.\r\n\r\nPermission is hereby granted, free of charge, to any person obt"
},
{
"path": "OSM2World/lib/trove/AUTHORS.txt",
"chars": 553,
"preview": "Rob Eden <robeden@users.sourceforge.net>\r\nJohan Parent <jparent@users.sourceforge.net>\r\nJeff Randall <randall@uph.com>\r\n"
},
{
"path": "OSM2World/lib/trove/LICENSE.txt",
"chars": 26976,
"preview": " GNU LESSER GENERAL PUBLIC LICENSE\r\n Version 2.1, February 1999\r\n\r\n Copyright (C) 1991, 1999 Free"
},
{
"path": "OSM2World/lib/trove/README-license.txt",
"chars": 889,
"preview": "The Trove library is licensed under the Lesser GNU Public License,\r\nwhich is included with the distribution in a file ca"
},
{
"path": "OSM2World/lib/trove/README.txt",
"chars": 4393,
"preview": "\r\n GNU Trove: High performance collections for Java.\r\n\r\nObjectives\r\n\r\n The GNU Trove library has two objectives:\r\n "
},
{
"path": "OSM2World/osm2world-rel20160312-to-bdb0c396e899ee9.patch",
"chars": 37535,
"preview": "diff --git a/OSM2World/.classpath b/OSM2World/.classpath\nnew file mode 100644\nindex 0000000..6a3f3c9\n--- /dev/null\n+++ b"
},
{
"path": "OSM2World/resources/osm2world_definitions.inc",
"chars": 2745,
"preview": "/*\n * This is an example for a POVRay include file that can be used to configure the rendering\n * of .pov files generate"
},
{
"path": "OSM2World/resources/shaders/background.fragment",
"chars": 335,
"preview": "/* Simple fragment shader for drawing a 2d geometry with texture to screen\n */ \n#version 130\n\t\nuniform mat4 ModelViewMat"
},
{
"path": "OSM2World/resources/shaders/background.vertex",
"chars": 443,
"preview": "/* Simple vertex shader for drawing a 2d geometry with texture to screen\n */\n#version 130\n \n// per vertex input\nin vec2 "
},
{
"path": "OSM2World/resources/shaders/default.fragment",
"chars": 9646,
"preview": "/* Fragment shader with a per fragment phong lighting model, bumpmaps/normalmaps, shadowmaps and SSAO.\n */ \n#version 130"
},
{
"path": "OSM2World/resources/shaders/default.vertex",
"chars": 1553,
"preview": "/* Vertex shader with support for bumpmaps/normalmaps, shadowmaps and phong lighting model\n */\n#version 130\n// TODO: set"
},
{
"path": "OSM2World/resources/shaders/nonarea.fragment",
"chars": 251,
"preview": "/* Simple fragment shader with static color, no lighting, no textures\n */ \n#version 130\n \n// corresponds with output fro"
},
{
"path": "OSM2World/resources/shaders/nonarea.vertex",
"chars": 401,
"preview": "/* Simple vertex shader with static color, no lighting, no textures\n */\n#version 130\n \n// per vertex input\nin vec3 Verte"
},
{
"path": "OSM2World/resources/shaders/shadowmap.fragment",
"chars": 1188,
"preview": "/* Simple fragment shader with texture layers for depth buffer calculation\n */ \n#version 130\n// TODO: set from java to m"
},
{
"path": "OSM2World/resources/shaders/shadowmap.vertex",
"chars": 646,
"preview": "/* Simple vertex shader with vertex position texture layers computation\n */\n#version 130\n\n// per vertex input\nin vec3 Ve"
},
{
"path": "OSM2World/resources/shaders/shadowvolume.fragment",
"chars": 150,
"preview": "/* Empty fragment shader. Only depth buffer will be calculated.\n */ \n#version 130\n \nvoid main()\n{\t\n\t// nothing to output"
},
{
"path": "OSM2World/resources/shaders/shadowvolume.vertex",
"chars": 258,
"preview": "/* Simple vertex shader with vertex position\n */\n#version 130\n\n// per vertex input\nin vec4 VertexPosition;\n\n// input for"
},
{
"path": "OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/DataSource.java",
"chars": 1874,
"preview": "package org.openstreetmap.josm.plugins.graphview.core.data;\n\n/**\n * source of OSM data that can be used to build graphs "
},
{
"path": "OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/DataSourceObserver.java",
"chars": 535,
"preview": "package org.openstreetmap.josm.plugins.graphview.core.data;\n\n/**\n * observer that will be informed about changes in a Da"
},
{
"path": "OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/EmptyTagGroup.java",
"chars": 1495,
"preview": "package org.openstreetmap.josm.plugins.graphview.core.data;\n\nimport java.util.Collections;\nimport java.util.Iterator;\n\np"
},
{
"path": "OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/MapBasedTagGroup.java",
"chars": 3737,
"preview": "package org.openstreetmap.josm.plugins.graphview.core.data;\n\nimport java.util.Collection;\nimport java.util.Collections;\n"
},
{
"path": "OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/Tag.java",
"chars": 812,
"preview": "package org.openstreetmap.josm.plugins.graphview.core.data;\n\n/**\n * immutable representation of an OSM tag (key-value-pa"
},
{
"path": "OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/TagGroup.java",
"chars": 2846,
"preview": "package org.openstreetmap.josm.plugins.graphview.core.data;\n\n/**\n * represents a group of OSM tags (e.g. all tags of a w"
},
{
"path": "OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/data/osmosis/OSMFileDataSource.java",
"chars": 8848,
"preview": "package org.openstreetmap.josm.plugins.graphview.core.data.osmosis;\n\nimport java.io.File;\nimport java.io.IOException;\nim"
},
{
"path": "OSM2World/src/org/openstreetmap/josm/plugins/graphview/core/util/ValueStringParser.java",
"chars": 7218,
"preview": "package org.openstreetmap.josm.plugins.graphview.core.util;\n\nimport java.awt.Color;\nimport java.util.regex.Matcher;\nimpo"
},
{
"path": "OSM2World/src/org/osm2world/console/CLIArguments.java",
"chars": 3124,
"preview": "package org.osm2world.console;\n\nimport java.io.File;\nimport java.util.List;\n\nimport org.osm2world.core.target.common.ren"
},
{
"path": "OSM2World/src/org/osm2world/console/CLIArgumentsGroup.java",
"chars": 1874,
"preview": "package org.osm2world.console;\n\nimport static com.google.common.base.Preconditions.*;\nimport static org.osm2world.consol"
},
{
"path": "OSM2World/src/org/osm2world/console/CLIArgumentsUtil.java",
"chars": 4113,
"preview": "package org.osm2world.console;\n\nimport static org.osm2world.console.CLIArgumentsUtil.ProgramMode.*;\n\nimport java.io.Buff"
},
{
"path": "OSM2World/src/org/osm2world/console/ImageExporter.java",
"chars": 19451,
"preview": "package org.osm2world.console;\n\nimport static java.lang.Math.*;\nimport static org.osm2world.core.target.jogl.JOGLRenderi"
},
{
"path": "OSM2World/src/org/osm2world/console/LatLonEle.java",
"chars": 1881,
"preview": "package org.osm2world.console;\n\nimport java.util.regex.Matcher;\nimport java.util.regex.Pattern;\n\n/**\n * immutable latitu"
},
{
"path": "OSM2World/src/org/osm2world/console/OSM2World.java",
"chars": 5542,
"preview": "package org.osm2world.console;\n\nimport static org.osm2world.console.CLIArgumentsUtil.getProgramMode;\nimport static org.o"
},
{
"path": "OSM2World/src/org/osm2world/console/Output.java",
"chars": 8691,
"preview": "package org.osm2world.console;\n\nimport java.io.File;\nimport java.io.FileWriter;\nimport java.io.IOException;\nimport java."
},
{
"path": "OSM2World/src/org/osm2world/console/Resolution.java",
"chars": 1197,
"preview": "package org.osm2world.console;\n\nimport java.util.regex.Matcher;\nimport java.util.regex.Pattern;\n\n/**\n * immutable repres"
},
{
"path": "OSM2World/src/org/osm2world/console/package-info.java",
"chars": 118,
"preview": "@ParametersAreNonnullByDefault\npackage org.osm2world.console;\n\nimport javax.annotation.ParametersAreNonnullByDefault;\n"
},
{
"path": "OSM2World/src/org/osm2world/console/package.html",
"chars": 972,
"preview": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;"
},
{
"path": "OSM2World/src/org/osm2world/core/ConversionFacade.java",
"chars": 17694,
"preview": "package org.osm2world.core;\n\nimport static java.util.Collections.emptyList;\n\nimport java.io.File;\nimport java.io.IOExcep"
},
{
"path": "OSM2World/src/org/osm2world/core/GlobalValues.java",
"chars": 438,
"preview": "package org.osm2world.core;\n\n/**\n * globally accessible constants\n */\npublic final class GlobalValues {\n\n\tprivate Global"
},
{
"path": "OSM2World/src/org/osm2world/core/heightmap/creation/EmptyTerrainElevationGrid.java",
"chars": 537,
"preview": "package org.osm2world.core.heightmap.creation;\n\nimport org.osm2world.core.heightmap.data.AbstractCellularTerrainElevatio"
},
{
"path": "OSM2World/src/org/osm2world/core/heightmap/creation/FlatTerrainElevation.java",
"chars": 527,
"preview": "package org.osm2world.core.heightmap.creation;\n\nimport org.osm2world.core.heightmap.data.AbstractCellularTerrainElevatio"
},
{
"path": "OSM2World/src/org/osm2world/core/heightmap/creation/WaveTerrainElevation.java",
"chars": 553,
"preview": "package org.osm2world.core.heightmap.creation;\n\nimport org.osm2world.core.heightmap.data.AbstractCellularTerrainElevatio"
},
{
"path": "OSM2World/src/org/osm2world/core/heightmap/data/AbstractCellularTerrainElevation.java",
"chars": 7776,
"preview": "package org.osm2world.core.heightmap.data;\n\nimport java.util.ArrayList;\nimport java.util.Collection;\nimport java.util.It"
},
{
"path": "OSM2World/src/org/osm2world/core/heightmap/data/CellularTerrainElevation.java",
"chars": 1222,
"preview": "package org.osm2world.core.heightmap.data;\n\nimport org.osm2world.core.math.PolygonXYZ;\nimport org.osm2world.core.math.Po"
},
{
"path": "OSM2World/src/org/osm2world/core/heightmap/data/TerrainElevation.java",
"chars": 321,
"preview": "package org.osm2world.core.heightmap.data;\n\nimport java.util.Collection;\n\n/**\n * elevation data for the ground.\n * Rathe"
},
{
"path": "OSM2World/src/org/osm2world/core/heightmap/data/TerrainElevationCell.java",
"chars": 797,
"preview": "package org.osm2world.core.heightmap.data;\n\nimport java.util.Collection;\n\nimport org.osm2world.core.math.PolygonXYZ;\nimp"
},
{
"path": "OSM2World/src/org/osm2world/core/heightmap/data/TerrainPoint.java",
"chars": 756,
"preview": "package org.osm2world.core.heightmap.data;\n\nimport org.osm2world.core.math.VectorXYZ;\nimport org.osm2world.core.math.Vec"
},
{
"path": "OSM2World/src/org/osm2world/core/heightmap/package.html",
"chars": 953,
"preview": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/creation/EmptyTerrainBuilder.java",
"chars": 4003,
"preview": "package org.osm2world.core.map_data.creation;\n\nimport static java.lang.Math.min;\n\nimport java.util.ArrayList;\nimport jav"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/creation/LatLon.java",
"chars": 277,
"preview": "package org.osm2world.core.map_data.creation;\n\n/**\n * an immutable coordinate pair with latitude and longitude\n */\npubli"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/creation/MapProjection.java",
"chars": 777,
"preview": "package org.osm2world.core.map_data.creation;\n\nimport org.osm2world.core.math.VectorXZ;\n\n/**\n * function that converts l"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/creation/MercatorProjection.java",
"chars": 2571,
"preview": "package org.osm2world.core.map_data.creation;\n\nimport static java.lang.Math.PI;\nimport static java.lang.Math.atan;\nimpor"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/creation/MetricMapProjection.java",
"chars": 1498,
"preview": "package org.osm2world.core.map_data.creation;\n\nimport static org.osm2world.core.map_data.creation.MercatorProjection.*;\n"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/creation/MultipolygonAreaBuilder.java",
"chars": 21358,
"preview": "package org.osm2world.core.map_data.creation;\n\nimport static java.lang.Boolean.*;\nimport static java.lang.Double.NaN;\nim"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/creation/OSMToMapDataConverter.java",
"chars": 20990,
"preview": "package org.osm2world.core.map_data.creation;\n\nimport static java.util.Collections.emptyList;\nimport static org.osm2worl"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/creation/OriginMapProjection.java",
"chars": 1475,
"preview": "package org.osm2world.core.map_data.creation;\n\nimport org.openstreetmap.osmosis.core.domain.v0_6.Bound;\nimport org.osm2w"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/creation/OrthographicAzimuthalMapProjection.java",
"chars": 2198,
"preview": "package org.osm2world.core.map_data.creation;\n\nimport static java.lang.Double.NaN;\nimport static java.lang.Math.*;\n\nimpo"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/creation/index/Map2dTree.java",
"chars": 6347,
"preview": "package org.osm2world.core.map_data.creation.index;\n\nimport static java.util.Collections.*;\n\nimport java.util.ArrayList;"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/creation/index/MapDataIndex.java",
"chars": 898,
"preview": "package org.osm2world.core.map_data.creation.index;\n\nimport java.util.Collection;\n\nimport org.osm2world.core.map_data.da"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/creation/index/MapIntersectionGrid.java",
"chars": 1011,
"preview": "package org.osm2world.core.map_data.creation.index;\n\nimport java.util.Collection;\n\nimport org.osm2world.core.map_data.da"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/creation/index/MapQuadtree.java",
"chars": 6843,
"preview": "package org.osm2world.core.map_data.creation.index;\n\nimport java.util.ArrayList;\nimport java.util.Collection;\nimport jav"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/data/MapArea.java",
"chars": 5413,
"preview": "package org.osm2world.core.map_data.data;\n\nimport java.util.ArrayList;\nimport java.util.Collection;\nimport java.util.Col"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/data/MapAreaSegment.java",
"chars": 730,
"preview": "package org.osm2world.core.map_data.data;\n\n/**\n * segment of a {@link MapArea}'s outline. This isn't a {@link MapElement"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/data/MapData.java",
"chars": 3983,
"preview": "package org.osm2world.core.map_data.data;\n\nimport java.util.Collection;\nimport java.util.List;\n\nimport org.osm2world.cor"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/data/MapElement.java",
"chars": 1425,
"preview": "package org.osm2world.core.map_data.data;\n\nimport java.util.Collection;\nimport java.util.List;\n\nimport org.openstreetmap"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/data/MapNode.java",
"chars": 6386,
"preview": "package org.osm2world.core.map_data.data;\n\nimport static org.osm2world.core.math.VectorXZ.X_UNIT;\n\nimport java.util.Arra"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/data/MapSegment.java",
"chars": 2836,
"preview": "package org.osm2world.core.map_data.data;\n\nimport java.util.List;\n\nimport org.osm2world.core.math.LineSegmentXZ;\nimport "
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/data/MapWaySegment.java",
"chars": 2627,
"preview": "package org.osm2world.core.map_data.data;\n\nimport java.util.ArrayList;\nimport java.util.Arrays;\nimport java.util.Collect"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/data/overlaps/MapIntersectionWW.java",
"chars": 739,
"preview": "package org.osm2world.core.map_data.data.overlaps;\n\nimport org.osm2world.core.map_data.data.MapElement;\nimport org.osm2w"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/data/overlaps/MapOverlap.java",
"chars": 983,
"preview": "package org.osm2world.core.map_data.data.overlaps;\n\nimport org.osm2world.core.map_data.data.MapElement;\nimport org.osm2w"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/data/overlaps/MapOverlapAA.java",
"chars": 785,
"preview": "package org.osm2world.core.map_data.data.overlaps;\n\nimport java.util.Collection;\n\nimport org.osm2world.core.map_data.dat"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/data/overlaps/MapOverlapNA.java",
"chars": 556,
"preview": "package org.osm2world.core.map_data.data.overlaps;\n\nimport org.osm2world.core.map_data.data.MapArea;\nimport org.osm2worl"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/data/overlaps/MapOverlapType.java",
"chars": 571,
"preview": "package org.osm2world.core.map_data.data.overlaps;\n\nimport org.osm2world.core.map_data.data.MapElement;\nimport org.osm2w"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/data/overlaps/MapOverlapWA.java",
"chars": 3369,
"preview": "package org.osm2world.core.map_data.data.overlaps;\n\nimport static java.util.Collections.*;\n\nimport java.util.ArrayList;\n"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/object_info/AddressGatherer.java",
"chars": 1676,
"preview": "package org.osm2world.core.map_data.object_info;\n\nimport org.osm2world.core.map_data.data.MapData;\nimport org.osm2world."
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/object_info/BaseObject.java",
"chars": 172,
"preview": "package org.osm2world.core.map_data.object_info;\n\npublic abstract class BaseObject {\n\n\tpublic final String name;\n\n\tpubli"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/object_info/MapMetaWriter.java",
"chars": 13965,
"preview": "package org.osm2world.core.map_data.object_info;\n\nimport java.io.File;\nimport java.io.IOException;\nimport java.util.Arra"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/object_info/ObjectInfoManager.java",
"chars": 2930,
"preview": "package org.osm2world.core.map_data.object_info;\n\nimport java.util.HashMap;\nimport java.util.Map;\n\nimport org.openstreet"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/object_info/ObjectType.java",
"chars": 1423,
"preview": "package org.osm2world.core.map_data.object_info;\n\nimport org.openstreetmap.josm.plugins.graphview.core.data.TagGroup;\nim"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/object_info/PoiObject.java",
"chars": 310,
"preview": "package org.osm2world.core.map_data.object_info;\n\nimport org.osm2world.core.math.VectorXZ;\n\npublic class PoiObject exten"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/object_info/Point.java",
"chars": 1069,
"preview": "package org.osm2world.core.map_data.object_info;\n\npublic class Point {\n public final double x;\n public final doubl"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/object_info/TouchMapperCategory.java",
"chars": 3013,
"preview": "package org.osm2world.core.map_data.object_info;\n\nimport java.util.Collections;\nimport java.util.List;\nimport java.util."
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/object_info/WayObject.java",
"chars": 662,
"preview": "package org.osm2world.core.map_data.object_info;\n\nimport java.util.HashSet;\nimport java.util.Set;\nimport java.util.TreeS"
},
{
"path": "OSM2World/src/org/osm2world/core/map_data/package.html",
"chars": 974,
"preview": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/BridgeTunnelElevationCalculator.java",
"chars": 884,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport org.openstreetmap.josm.plugins.graphview.core.data.TagGroup;\n"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/DelaunayTriangulation.java",
"chars": 23052,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport static java.lang.Math.*;\nimport static org.osm2world.core.mat"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/EleConstraintEnforcer.java",
"chars": 2072,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport java.util.List;\n\nimport org.osm2world.core.map_elevation.data"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/EleConstraintValidator.java",
"chars": 5367,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport static java.lang.Math.abs;\nimport static java.util.Arrays.asL"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/EleTagElevationCalculator.java",
"chars": 615,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport static org.openstreetmap.josm.plugins.graphview.core.util.Val"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/ElevationCalculator.java",
"chars": 1073,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport org.osm2world.core.heightmap.data.TerrainPoint;\nimport org.os"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/InverseDistanceWeightingInterpolator.java",
"chars": 2041,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport static java.lang.Math.*;\n\nimport java.util.Collection;\n\nimpor"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/LPEleConstraintEnforcer.java",
"chars": 9164,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport static org.osm2world.core.map_elevation.data.GroundState.ON;\n"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/LeastSquaresInterpolator.java",
"chars": 8136,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport static java.lang.Math.*;\n\nimport java.util.ArrayList;\nimport "
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/LevelTagElevationCalculator.java",
"chars": 832,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport static org.openstreetmap.josm.plugins.graphview.core.util.Val"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/LinearInterpolator.java",
"chars": 1128,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport java.util.Collection;\n\nimport org.osm2world.core.map_elevatio"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/NNDebugViewer.java",
"chars": 9390,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport java.awt.BorderLayout;\nimport java.awt.Color;\nimport java.awt"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/NaturalNeighborInterpolator.java",
"chars": 1346,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport java.util.Collection;\n\nimport org.osm2world.core.map_elevatio"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/NoneEleConstraintEnforcer.java",
"chars": 1136,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport java.util.List;\n\nimport org.osm2world.core.map_elevation.data"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/SRTMData.java",
"chars": 4857,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport static java.lang.Double.isNaN;\nimport static java.lang.Math.*"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/SRTMTile.java",
"chars": 1403,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport java.io.File;\nimport java.io.FileInputStream;\nimport java.io."
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/SimpleEleConstraintEnforcer.java",
"chars": 5668,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport static java.util.Arrays.asList;\n\nimport java.util.ArrayList;\n"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/TagElevationCalculator.java",
"chars": 6963,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport java.util.List;\n\nimport org.openstreetmap.josm.plugins.graphv"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/TerrainElevationData.java",
"chars": 591,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport java.io.IOException;\nimport java.util.Collection;\n\nimport org"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/TerrainInterpolator.java",
"chars": 378,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport java.util.Collection;\n\nimport org.osm2world.core.math.VectorX"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/ZeroElevationCalculator.java",
"chars": 2342,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport java.util.List;\n\nimport org.osm2world.core.map_data.data.MapA"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/creation/ZeroInterpolator.java",
"chars": 454,
"preview": "package org.osm2world.core.map_elevation.creation;\n\nimport java.util.Collection;\n\nimport org.osm2world.core.math.VectorX"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/data/AreaElevationProfile.java",
"chars": 4599,
"preview": "package org.osm2world.core.map_elevation.data;\n\nimport java.util.ArrayList;\nimport java.util.Collection;\n\nimport org.osm"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/data/EleConnector.java",
"chars": 2962,
"preview": "package org.osm2world.core.map_elevation.data;\n\nimport static org.osm2world.core.map_elevation.data.GroundState.ON;\n\nimp"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/data/EleConnectorGroup.java",
"chars": 4372,
"preview": "package org.osm2world.core.map_elevation.data;\n\nimport java.util.ArrayList;\nimport java.util.Collection;\nimport java.uti"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/data/ElevationProfile.java",
"chars": 928,
"preview": "package org.osm2world.core.map_elevation.data;\n\nimport java.util.ArrayList;\nimport java.util.Collection;\nimport java.uti"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/data/GroundState.java",
"chars": 230,
"preview": "package org.osm2world.core.map_elevation.data;\n\npublic enum GroundState {\n\t\n\tON, ABOVE, BELOW;\n\t\n\tpublic boolean isHighe"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/data/LPVariablePair.java",
"chars": 2036,
"preview": "package org.osm2world.core.map_elevation.data;\n\nimport java.util.ArrayList;\nimport java.util.List;\n\nimport org.osm2world"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/data/NodeElevationProfile.java",
"chars": 1776,
"preview": "package org.osm2world.core.map_elevation.data;\n\nimport java.util.Arrays;\nimport java.util.Collection;\n\nimport org.osm2wo"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/data/WaySegmentElevationProfile.java",
"chars": 4449,
"preview": "package org.osm2world.core.map_elevation.data;\n\n\nimport java.util.ArrayList;\nimport java.util.Collections;\nimport java.u"
},
{
"path": "OSM2World/src/org/osm2world/core/map_elevation/package.html",
"chars": 1011,
"preview": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;"
},
{
"path": "OSM2World/src/org/osm2world/core/math/AxisAlignedBoundingBoxXYZ.java",
"chars": 3976,
"preview": "package org.osm2world.core.math;\n\nimport static java.lang.Math.max;\nimport static java.lang.Math.min;\n\nimport java.util."
},
{
"path": "OSM2World/src/org/osm2world/core/math/AxisAlignedBoundingBoxXZ.java",
"chars": 3639,
"preview": "package org.osm2world.core.math;\n\nimport static java.lang.Math.*;\n\nimport java.util.ArrayList;\nimport java.util.Collecti"
},
{
"path": "OSM2World/src/org/osm2world/core/math/GeometryUtil.java",
"chars": 27602,
"preview": "package org.osm2world.core.math;\n\nimport static java.lang.Math.sqrt;\nimport static org.osm2world.core.math.VectorXZ.*;\n\n"
},
{
"path": "OSM2World/src/org/osm2world/core/math/InvalidGeometryException.java",
"chars": 770,
"preview": "package org.osm2world.core.math;\n\n/** \n * exception that is used when attempting to construct geometry that\n * does not "
},
{
"path": "OSM2World/src/org/osm2world/core/math/JTSConversionUtil.java",
"chars": 3845,
"preview": "package org.osm2world.core.math;\n\nimport java.util.ArrayList;\nimport java.util.Collection;\nimport java.util.Collections;"
},
{
"path": "OSM2World/src/org/osm2world/core/math/LineSegmentXYZ.java",
"chars": 361,
"preview": "package org.osm2world.core.math;\n\npublic class LineSegmentXYZ {\n\n\tpublic final VectorXYZ p1, p2;\n\n\tpublic LineSegmentXYZ"
},
{
"path": "OSM2World/src/org/osm2world/core/math/LineSegmentXZ.java",
"chars": 1481,
"preview": "package org.osm2world.core.math;\n\npublic class LineSegmentXZ {\n\n\tpublic final VectorXZ p1, p2;\n\n\tpublic LineSegmentXZ(Ve"
},
{
"path": "OSM2World/src/org/osm2world/core/math/Poly2TriUtil.java",
"chars": 5816,
"preview": "package org.osm2world.core.math;\n\nimport java.util.ArrayList;\nimport java.util.Collection;\nimport java.util.HashMap;\nimp"
},
{
"path": "OSM2World/src/org/osm2world/core/math/PolygonWithHolesXZ.java",
"chars": 3991,
"preview": "package org.osm2world.core.math;\n\nimport java.util.ArrayList;\nimport java.util.Collection;\nimport java.util.Collections;"
},
{
"path": "OSM2World/src/org/osm2world/core/math/PolygonXYZ.java",
"chars": 2984,
"preview": "package org.osm2world.core.math;\n\nimport java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.List;\n\n/**\n"
},
{
"path": "OSM2World/src/org/osm2world/core/math/PolygonXZ.java",
"chars": 12620,
"preview": "package org.osm2world.core.math;\n\nimport static org.osm2world.core.math.GeometryUtil.distanceFromLineSegment;\n\nimport ja"
},
{
"path": "OSM2World/src/org/osm2world/core/math/SimplePolygonXZ.java",
"chars": 8740,
"preview": "package org.osm2world.core.math;\n\nimport static java.lang.Math.min;\nimport static org.osm2world.core.math.GeometryUtil.d"
},
{
"path": "OSM2World/src/org/osm2world/core/math/TriangleXYZ.java",
"chars": 1435,
"preview": "package org.osm2world.core.math;\n\nimport java.util.List;\n\nimport com.google.common.collect.ImmutableList;\n\npublic class "
},
{
"path": "OSM2World/src/org/osm2world/core/math/TriangleXYZWithNormals.java",
"chars": 619,
"preview": "package org.osm2world.core.math;\n\nimport java.util.List;\n\nimport com.google.common.collect.ImmutableList;\n\npublic class "
},
{
"path": "OSM2World/src/org/osm2world/core/math/TriangleXZ.java",
"chars": 2503,
"preview": "package org.osm2world.core.math;\n\nimport java.util.Arrays;\nimport java.util.List;\n\nimport com.google.common.collect.Immu"
},
{
"path": "OSM2World/src/org/osm2world/core/math/Vector3D.java",
"chars": 133,
"preview": "package org.osm2world.core.math;\n\npublic interface Vector3D {\n\tpublic double getX();\n\tpublic double getY();\n\tpublic doub"
},
{
"path": "OSM2World/src/org/osm2world/core/math/Vector4D.java",
"chars": 156,
"preview": "package org.osm2world.core.math;\n\npublic interface Vector4D {\n\tpublic double getX();\n\tpublic double getY();\n\tpublic doub"
},
{
"path": "OSM2World/src/org/osm2world/core/math/VectorGridXZ.java",
"chars": 2723,
"preview": "package org.osm2world.core.math;\n\nimport static java.lang.Math.*;\n\nimport java.util.ArrayList;\nimport java.util.Collecti"
}
]
// ... and 436 more files (download for full content)
About this extraction
This page contains the full source code of the skarkkai/touch-mapper GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 636 files (6.2 MB), approximately 1.7M tokens, and a symbol index with 6498 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.