组织ID: |
org.apache.lucene |
项目ID: |
lucene-spatial3d |
版本: |
7.0.1 |
最后修改时间: |
2018-07-26 18:13:08 |
包类型: |
jar |
标题: |
Lucene Spatial 3D |
描述: |
Lucene Spatial shapes implemented using 3D planar geometry
|
大小: |
231.86KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-spatial3d</artifactId>
<version>7.0.1</version>
</dependency>
|
Gradle引入代码: |
org.apache.lucene:lucene-spatial3d:7.0.1
|
下载Jar包: |
|
POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-parent</artifactId>
<version>7.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-spatial3d</artifactId>
<packaging>jar</packaging>
<name>Lucene Spatial 3D</name>
<description>
Lucene Spatial shapes implemented using 3D planar geometry
</description>
<properties>
<module-directory>lucene/spatial3d</module-directory>
<relative-top-level>../../..</relative-top-level>
<module-path>${relative-top-level}/${module-directory}</module-path>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-test-framework</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-codecs</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<sourceDirectory>${module-path}/src/java</sourceDirectory>
<testSourceDirectory>${module-path}/src/test</testSourceDirectory>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.lucene.spatial3d.Geo3DDocValuesField.class
org.apache.lucene.spatial3d.Geo3DPoint.class
org.apache.lucene.spatial3d.Geo3DPointDistanceComparator.class
org.apache.lucene.spatial3d.Geo3DPointOutsideDistanceComparator.class
org.apache.lucene.spatial3d.Geo3DPointOutsideSortField.class
org.apache.lucene.spatial3d.Geo3DPointSortField.class
org.apache.lucene.spatial3d.Geo3DUtil.class
org.apache.lucene.spatial3d.PointInGeo3DShapeQuery$1.class
org.apache.lucene.spatial3d.PointInGeo3DShapeQuery.class
org.apache.lucene.spatial3d.PointInShapeIntersectVisitor.class
org.apache.lucene.spatial3d.geom.ArcDistance.class
org.apache.lucene.spatial3d.geom.BasePlanetObject.class
org.apache.lucene.spatial3d.geom.BaseXYZSolid.class
org.apache.lucene.spatial3d.geom.Bounds.class
org.apache.lucene.spatial3d.geom.DistanceStyle.class
org.apache.lucene.spatial3d.geom.GeoArea.class
org.apache.lucene.spatial3d.geom.GeoAreaFactory.class
org.apache.lucene.spatial3d.geom.GeoBBox.class
org.apache.lucene.spatial3d.geom.GeoBBoxFactory.class
org.apache.lucene.spatial3d.geom.GeoBaseBBox.class
org.apache.lucene.spatial3d.geom.GeoBaseCircle.class
org.apache.lucene.spatial3d.geom.GeoBaseDistanceShape.class
org.apache.lucene.spatial3d.geom.GeoBaseMembershipShape.class
org.apache.lucene.spatial3d.geom.GeoBasePath.class
org.apache.lucene.spatial3d.geom.GeoBasePolygon.class
org.apache.lucene.spatial3d.geom.GeoBaseShape.class
org.apache.lucene.spatial3d.geom.GeoCircle.class
org.apache.lucene.spatial3d.geom.GeoCircleFactory.class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$DualCrossingEdgeIterator.class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Edge.class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$EdgeIterator.class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator.class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$LinearCrossingEdgeIterator.class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Node.class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Tree.class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$XTree.class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$YTree.class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$ZTree.class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon.class
org.apache.lucene.spatial3d.geom.GeoCompositeMembershipShape.class
org.apache.lucene.spatial3d.geom.GeoCompositePolygon.class
org.apache.lucene.spatial3d.geom.GeoConcavePolygon$EitherBound.class
org.apache.lucene.spatial3d.geom.GeoConcavePolygon.class
org.apache.lucene.spatial3d.geom.GeoConvexPolygon$EitherBound.class
org.apache.lucene.spatial3d.geom.GeoConvexPolygon.class
org.apache.lucene.spatial3d.geom.GeoDegenerateHorizontalLine.class
org.apache.lucene.spatial3d.geom.GeoDegenerateLatitudeZone.class
org.apache.lucene.spatial3d.geom.GeoDegenerateLongitudeSlice.class
org.apache.lucene.spatial3d.geom.GeoDegeneratePoint.class
org.apache.lucene.spatial3d.geom.GeoDegenerateVerticalLine.class
org.apache.lucene.spatial3d.geom.GeoDistance.class
org.apache.lucene.spatial3d.geom.GeoDistanceShape.class
org.apache.lucene.spatial3d.geom.GeoLatitudeZone.class
org.apache.lucene.spatial3d.geom.GeoLongitudeSlice.class
org.apache.lucene.spatial3d.geom.GeoMembershipShape.class
org.apache.lucene.spatial3d.geom.GeoNorthLatitudeZone.class
org.apache.lucene.spatial3d.geom.GeoNorthRectangle.class
org.apache.lucene.spatial3d.geom.GeoOutsideDistance.class
org.apache.lucene.spatial3d.geom.GeoPath.class
org.apache.lucene.spatial3d.geom.GeoPathFactory.class
org.apache.lucene.spatial3d.geom.GeoPoint.class
org.apache.lucene.spatial3d.geom.GeoPolygon.class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory$BestShape.class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory$Edge.class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory$EdgeBuffer.class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory$EdgeBufferIterator.class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory$MutableBoolean.class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory$PolygonDescription.class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory$SafePath.class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.class
org.apache.lucene.spatial3d.geom.GeoRectangle.class
org.apache.lucene.spatial3d.geom.GeoShape.class
org.apache.lucene.spatial3d.geom.GeoSizeable.class
org.apache.lucene.spatial3d.geom.GeoSouthLatitudeZone.class
org.apache.lucene.spatial3d.geom.GeoSouthRectangle.class
org.apache.lucene.spatial3d.geom.GeoStandardCircle.class
org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.class
org.apache.lucene.spatial3d.geom.GeoStandardPath$SegmentEndpoint.class
org.apache.lucene.spatial3d.geom.GeoStandardPath.class
org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine$EitherBound.class
org.apache.lucene.spatial3d.geom.GeoWideDegenerateHorizontalLine.class
org.apache.lucene.spatial3d.geom.GeoWideLongitudeSlice.class
org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle$EitherBound.class
org.apache.lucene.spatial3d.geom.GeoWideNorthRectangle.class
org.apache.lucene.spatial3d.geom.GeoWideRectangle$EitherBound.class
org.apache.lucene.spatial3d.geom.GeoWideRectangle.class
org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle$EitherBound.class
org.apache.lucene.spatial3d.geom.GeoWideSouthRectangle.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
|