Examples of hole()


Examples of org.elasticsearch.common.geo.builders.PolygonBuilder.hole()

            .point(-176,8)
            .point(-186,8)
            .point(-186,0);

        // 3/4 of an embedded 'c', crossing dateline once
        builder.hole()
            .point(-185,1)
            .point(-181,1)
            .point(-181,2)
            .point(-184,2)
            .point(-184,6)
View Full Code Here

Examples of org.elasticsearch.common.geo.builders.PolygonBuilder.hole()

            .point(-178,7)
            .point(-185,7)
            .point(-185,1);

        // embedded hole right of the dateline
        builder.hole()
            .point(-179,1)
            .point(-177,1)
            .point(-177,2)
            .point(-179,2)
            .point(-179,1);
View Full Code Here

Examples of org.elasticsearch.common.geo.builders.PolygonBuilder.hole()

            .point(-85.0009461,37.1311684)
            .point(-85.0011373,37.1311515)
            .point(-85.0016455,37.1310491)
            .point(-85.0018514,37.1311314);

        builder.hole()
            .point(-85.0000002,37.1317672)
            .point(-85.0001983,37.1317538)
            .point(-85.0003378,37.1317582)
            .point(-85.0004697,37.131792)
            .point(-85.0008048,37.1319439)
View Full Code Here

Examples of org.elasticsearch.common.geo.builders.PolygonBuilder.hole()

                .point(4, -2)
                .point(-4, -2)
                .point(-6, 0)
                .point(-4, 2);

        builder.hole()
            .point(4, 1)
            .point(4, -1)
            .point(-4, -1)
            .point(-4, 1)
            .point(4, 1);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.