Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Shape (Parent Class)

Note: The shape does not have an ID, because it is always contained by something else.

Note: We are assuming all point data is projected in WGS84. The FMIS would be responsible for reprojecting if needed.

ShapeSettings: Metadata

 

AttributeTypeMultiplicityDescription
IdCompoundIdentifier1Added 20150129
SettingsShapeSettings0..1ISO19115 object
TypeShapeTypeEnum1What kind of shape is this? (point, multipoint, etc.)

ShapeTypeEnum

 Note: These types correspond to those in the OGC standard

 

Point
MultiPoint
LineString
MultiLineString
LinearRing
Polygon
MultiPolygon
RasterGrid? (Tarak Reddy (Deactivated) to draft)

Child classes of Shape:

 

Point
X : double
Y : double
Z : double
M : int
Slope : double?


 

MultiPoint
Points : Array of Point

 

 

LineString
Points : Array

Note: The order of these points must be preserved!

 

LinearRing
Points : Array

Note: The order of these points must be preserved!

 

MultiLineString
LineStrings : Array
Polygon
ExteriorRing : LinearRing
InteriorRings : Array of LinearRing
MultiPolygon
Polygons : Array of Polygon
  • No labels