Server
[ class tree: Server ] [ index: Server ] [ all elements ]

Class: ShapeConverter

Source Location: /server/ShapeConverter.php

Class Overview


Abstract class for ShapeConverters


Author(s):

Methods


Child classes:

PointConverter
Abstract class for ShapeConverters
LineConverter
Abstract class for ShapeConverters
BboxConverter
Abstract class for ShapeConverters
CircleConverter
Abstract class for ShapeConverters

Class Details

[line 57]
Abstract class for ShapeConverters



Tags:

abstract:  
author:  Damien Corpataux <damien.corpataux@camptocamp.com>


[ Top ]


Class Methods


method buildMsProjections [line 76]

void buildMsProjections( mixed $projEpsgIn, mixed $projEpsgOut)



Tags:

access:  public


[ Top ]

method convertCoordinates [line 65]

void convertCoordinates( Shape &$shape, projIn $projEpsgIn, projOut $projEpsgOut)

Converts a shape coordinates



Tags:

access:  public
abstract:  


Overridden in child classes as:

PointConverter::convertCoordinates()
LineConverter::convertCoordinates()
BboxConverter::convertCoordinates()
CircleConverter::convertCoordinates()

Parameters:

Shape   &$shape  
projIn   $projEpsgIn   PROJ.4 format (i.e: epsg:4326)
projOut   $projEpsgOut   PROJ.4 format (i.e: epsg:4326)

[ Top ]

method convertPointCoordinates [line 68]

void convertPointCoordinates( Point $point, mixed $projEpsgIn, mixed $projEpsgOut)



Tags:

access:  public


[ Top ]


Documentation generated on Fri, 21 Sep 2007 13:31:07 +0200 by phpDocumentor 1.3.0RC3