Package org.opengis.temporal

Examples of org.opengis.temporal.TemporalPosition


    /**
     * Test of anyOther method, of class DefaultPosition.
     */
    @Test
    public void testAnyOther() {
        TemporalPosition result = position1.anyOther();
        assertEquals(position2.anyOther(), result);
    }
View Full Code Here

TOP

Related Classes of org.opengis.temporal.TemporalPosition

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.