GeometryType (Apache SIS 1.6 API) JavaScript is disabled on your browser.     Skip navigation links Overview Class Use Tree New Deprecated Index Search Help org.opengis.geoapi org.opengis.metadata.acquisition GeometryType Contents  Description Nested Class Summary Field Summary Method Summary Field Details POINT LINEAR AREAL STRIP Method Details values() family() valueOf(String) Hide sidebar  Show sidebar Class GeometryType Object CodeList<GeometryType> GeometryType All Implemented Interfaces: Serializable, Comparable<Geometry­Type> @UML(identifier="MI_GeometryTypeCode", specification=ISO_19115_2) public final class GeometryType extends CodeList<GeometryType> Geometric description of the collection. Since: 2.3 See Also: Serialized Form Nested Class Summary Nested classes/interfaces inherited from class CodeList Code­List​.Filter Field Summary Fields Modifier and Type Field Description static final Geometry­Type AREAL Collection of a geographic area defined by a polygon (coverage). static final Geometry­Type LINEAR Extended collection in a single vector. static final Geometry­Type POINT Single geographic point of interest. static final Geometry­Type STRIP Series of linear collections grouped by way points. Method Summary All MethodsStatic MethodsInstance MethodsConcrete Methods Modifier and Type Method Description Geometry­Type[] family() Returns the list of enumerations of the same kind as this enum. static Geometry­Type value­Of(String code) Returns the geometry type that matches the given string, or returns a new one if none match it. static Geometry­Type[] values() Returns the list of Geometry­Types. Methods inherited from class CodeList compare­To, identifier, name, names, ordinal, read­Resolve, to­String, value­Of, value­Of Methods inherited from class Object clone, equals, finalize, get­Class, hash­Code, notify, notify­All, wait, wait, wait Field Details POINT @UML(identifier="point", obligation=CONDITIONAL, specification=ISO_19115_2) public static final GeometryType POINT Single geographic point of interest. LINEAR @UML(identifier="linear", obligation=CONDITIONAL, specification=ISO_19115_2) public static final GeometryType LINEAR Extended collection in a single vector. AREAL @UML(identifier="areal", obligation=CONDITIONAL, specification=ISO_19115_2) public static final GeometryType AREAL Collection of a geographic area defined by a polygon (coverage). STRIP @UML(identifier="strip", obligation=CONDITIONAL, specification=ISO_19115_2) public static final GeometryType STRIP Series of linear collections grouped by way points. Method Details values public static GeometryType[] values() Returns the list of Geometry­Types. Returns: The list of codes declared in the current JVM. family public GeometryType[] family() Returns the list of enumerations of the same kind as this enum. Specified by: family in class Code­List<Geometry­Type> Returns: The codes of the same kind as this code. valueOf public static GeometryType valueOf(String code) Returns the geometry type that matches the given string, or returns a new one if none match it. Parameters: code - The name of the code to fetch or to create. Returns: A code matching the given name.