组织ID: |
org.apache.lucene |
项目ID: |
lucene-spatial3d |
版本: |
8.4.0 |
最后修改时间: |
2019-12-31 16:33:35 |
包类型: |
jar |
标题: |
Lucene Spatial 3D |
描述: |
Lucene Spatial shapes implemented using 3D planar geometry
|
大小: |
299.65KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-spatial3d</artifactId>
<version>8.4.0</version>
</dependency>
|
Gradle引入代码: |
org.apache.lucene:lucene-spatial3d:8.4.0
|
下载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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-parent</artifactId>
<version>8.4.0</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>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</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.Bounded.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.GeoAreaShape.class
org.apache.lucene.spatial3d.geom.GeoBBox.class
org.apache.lucene.spatial3d.geom.GeoBBoxFactory.class
org.apache.lucene.spatial3d.geom.GeoBaseAreaShape.class
org.apache.lucene.spatial3d.geom.GeoBaseBBox.class
org.apache.lucene.spatial3d.geom.GeoBaseCircle.class
org.apache.lucene.spatial3d.geom.GeoBaseCompositeAreaShape.class
org.apache.lucene.spatial3d.geom.GeoBaseCompositeMembershipShape.class
org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.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$CountingEdgeIterator.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$FullLinearCrossingEdgeIterator.class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorEdgeIterator.class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$IntersectorShapeIterator.class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$Node.class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$SectorLinearCrossingEdgeIterator.class
org.apache.lucene.spatial3d.geom.GeoComplexPolygon$TraversalStrategy.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.GeoCompositeAreaShape.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.GeoDegeneratePath$PathSegment.class
org.apache.lucene.spatial3d.geom.GeoDegeneratePath$SegmentEndpoint.class
org.apache.lucene.spatial3d.geom.GeoDegeneratePath.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.GeoExactCircle$ApproximationSlice.class
org.apache.lucene.spatial3d.geom.GeoExactCircle$CircleSlice.class
org.apache.lucene.spatial3d.geom.GeoExactCircle.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.GeoPointShape.class
org.apache.lucene.spatial3d.geom.GeoPointShapeFactory.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$TileException.class
org.apache.lucene.spatial3d.geom.GeoPolygonFactory.class
org.apache.lucene.spatial3d.geom.GeoRectangle.class
org.apache.lucene.spatial3d.geom.GeoS2Shape.class
org.apache.lucene.spatial3d.geom.GeoS2ShapeFactory.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$BaseSegmentEndpoint.class
org.apache.lucene.spatial3d.geom.GeoStandardPath$CircleSegmentEndpoint.class
org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffDualCircleSegmentEndpoint.class
org.apache.lucene.spatial3d.geom.GeoStandardPath$CutoffSingleCircleSegmentEndpoint.class
org.apache.lucene.spatial3d.geom.GeoStandardPath$DegenerateSegmentEndpoint.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
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
|