Uses of Interface
com.luciad.util.iso19103.ILcdISO19103Code
Packages that use ILcdISO19103Code
Package
Description
This package contains an implementation of the OGC Web Service (OWS) common specification
version 1.0 and 1.1.0, as described respectively in OGC documents 05-008c1 and 06-121r3.
This package contains utility classes which are defined in the ISO 19103 standard: conceptual schema language for
geographic information.
-
Uses of ILcdISO19103Code in com.luciad.ogc.ows.model
Classes in com.luciad.ogc.ows.model that implement ILcdISO19103CodeModifier and TypeClassDescriptionclass
Name or code with an (optional) authority.class
The value used (for example -255) to represent a nil value with optional nilReason and codeSpace attributes. -
Uses of ILcdISO19103Code in com.luciad.util.iso19103
Classes in com.luciad.util.iso19103 that implement ILcdISO19103CodeModifier and TypeClassDescriptionclass
Base class for all codes.class
Code list of possible types of measurements (also called physical quantities).class
ExtendsTLcdISO19103MeasureTypeCode
with additional measurement types which are not defined by the ISO19103 standard.Methods in com.luciad.util.iso19103 that return ILcdISO19103CodeModifier and TypeMethodDescriptionALcdISO19103CodeList.getCode
(int aIndex) Checks whether a code with the given name is in the list.ILcdISO19103CodeList.getCode
(int aIndex) Returns the code at the given index.Returns the code that has the given string as name.Methods in com.luciad.util.iso19103 with parameters of type ILcdISO19103CodeModifier and TypeMethodDescriptionprotected void
ALcdISO19103CodeList.addCode
(ILcdISO19103Code aCode) Adds a code with the given name.ILcdISO19103CodeListProvider.getCodeList
(ILcdISO19103Code aCode) Finds the code list the given code belongs to.