com.partnersoft.formats.shapefile
Interface ShpPointShape

All Superinterfaces:
Immutable, ShpShape
All Known Implementing Classes:
ShpPoint, ShpPointM, ShpPointZ

public interface ShpPointShape
extends ShpShape

Abstract interface for points with X and Y coordinates - Specifically ShpPoint, ShpPointM and ShpPointZ.

Copyright 2008 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis

Method Summary
 double getX()
           
 double getY()
           
 XyPoint toXyPoint()
           
 
Methods inherited from interface com.partnersoft.formats.shapefile.ShpShape
getType, writeBytes
 

Method Detail

getX

double getX()

getY

double getY()

toXyPoint

XyPoint toXyPoint()