org.opengis.metadata.spatial
Interface GeometricObjects

All Known Implementing Classes:
GeometricObjectsImpl

@UML(identifier="MD_GeometricObjects",
     specification=ISO_19115)
public interface GeometricObjects

Number of objects, listed by geometric object type, used in the dataset.

Since:
GeoAPI 2.0
Author:
Martin Desruisseaux (IRD)

Method Summary
 Integer getGeometricObjectCount()
          Total number of the point or vector object type occurring in the dataset.
 GeometricObjectType getGeometricObjectType()
          Name of point and vector spatial objects used to locate zero-, one-, and twodimensional spatial locations in the dataset.
 

Method Detail

getGeometricObjectType

@UML(identifier="geometricObjectType",
     obligation=MANDATORY,
     specification=ISO_19115)
GeometricObjectType getGeometricObjectType()
Name of point and vector spatial objects used to locate zero-, one-, and twodimensional spatial locations in the dataset.

Returns:
Name of spatial objects used to locate spatial locations in the dataset.

getGeometricObjectCount

@UML(identifier="geometricObjectCount",
     obligation=OPTIONAL,
     specification=ISO_19115)
Integer getGeometricObjectCount()
Total number of the point or vector object type occurring in the dataset.

Returns:
Total number of the point or vector object type, or null.


Copyright © 1996-2014 Geotools. All Rights Reserved.