Package org.geotools.geometry.jts

Examples of org.geotools.geometry.jts.ReferencedEnvelope3D


                GetFeatureInfoTest.class, catalog);

        properties = new HashMap<SystemTestData.LayerProperty, Object>();
        properties.put(LayerProperty.LATLON_ENVELOPE, new ReferencedEnvelope(130.875825803896,
                130.898939990319, -16.4491956225999, -16.4338185791628, CRS.decode("EPSG:4326")));
        properties.put(LayerProperty.ENVELOPE, new ReferencedEnvelope3D(130.875825803896,
                130.898939990319, -16.4491956225999, -16.4338185791628, 95.1442741322517,
                98.1069524121285, CRS.decode("EPSG:4326")));
        properties.put(LayerProperty.SRS, 4939);
        testData.addVectorLayer(POINT_TEST_3D, properties, "point_test_3d.properties",
                GetFeatureInfoTest.class, catalog);
View Full Code Here

TOP

Related Classes of org.geotools.geometry.jts.ReferencedEnvelope3D

Copyright © 2018 www.massapicom. 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.