Geo::OGC::MultiPoint Class Reference

Inherits Geo::OGC::GeometryCollection.

Inheritance diagram for Geo::OGC::MultiPoint:

Inheritance graph
[legend]
List of all members.

Public Member Functions

Public Class Methods
retval new (hash params)
 Create a new and initialized object.
Public Object Methods
retval init (hash params)
 Override in new classes but call $self->SUPER::init(params);.
retval as_text (scalar force_parens, scalar include_tag)
 A helper method used by AsText.
retval Boundary ()
 Returns the closure of the combinatorial boundary of this geometric object.
Public Functions
retval GeometryType ()
 Returns the name of the class of this geometric object.
retval ElementType ()

Member Function Documentation

retval Geo::OGC::MultiPoint::as_text ( scalar  force_parens,
scalar  include_tag 
)

A helper method used by AsText.

Reimplemented from Geo::OGC::GeometryCollection.

retval Geo::OGC::MultiPoint::Boundary (  ) 

Returns the closure of the combinatorial boundary of this geometric object.

Note:
Not implemented yet.

Reimplemented from Geo::OGC::Geometry.

retval Geo::OGC::MultiPoint::ElementType (  ) 

Reimplemented from Geo::OGC::GeometryCollection.

retval Geo::OGC::MultiPoint::GeometryType (  ) 

Returns the name of the class of this geometric object.

Reimplemented from Geo::OGC::GeometryCollection.

retval Geo::OGC::MultiPoint::init ( hash  params  ) 

Override in new classes but call $self->SUPER::init(params);.

Reimplemented from Geo::OGC::GeometryCollection.

retval Geo::OGC::MultiPoint::new ( hash  params  ) 

Create a new and initialized object.

Parameters:
params A set of named parameters (the subclasses may add new known parameters):
  • Text A well-known text, constructs an object of class the text defines.
  • SRID Sets the SRID attribute of the object, default is -1.
  • Precision If specified, has the effect that numeric comparisons in the Equals method is is preceded with a rounding operation (using sprintf "%.pe", where p is the Precision-1, i.e the number of meaningful numbers is Precision). Affects also AsText.
This method should be called eventually by all constructors. Blesses the object into the correct class and calls init.

Reimplemented from Geo::OGC::GeometryCollection.


The documentation for this class was generated from the following file:
Generated on Mon Mar 15 00:18:47 2010 for Geoinformatica by  doxygen 1.4.7