Uses of Class
org.n52.shetland.ogc.gml.CodeType
-
-
Uses of CodeType in org.n52.shetland.inspire
Methods in org.n52.shetland.inspire that return types with arguments of type CodeType Modifier and Type Method Description Nillable<CodeType>GeographicalName. getGrammaticalGender()Nillable<CodeType>GeographicalName. getGrammaticalNumber()Nillable<CodeType>GeographicalName. getNameStatus()Nillable<CodeType>GeographicalName. getNativeness()Methods in org.n52.shetland.inspire with parameters of type CodeType Modifier and Type Method Description GeographicalNameGeographicalName. setGrammaticalGender(CodeType grammaticalGender)GeographicalNameGeographicalName. setGrammaticalNumber(CodeType grammaticalNumber)GeographicalNameGeographicalName. setNameStatus(CodeType nameStatus)GeographicalNameGeographicalName. setNativeness(CodeType nativeness)Method parameters in org.n52.shetland.inspire with type arguments of type CodeType Modifier and Type Method Description GeographicalNameGeographicalName. setGrammaticalGender(Nillable<CodeType> grammaticalGender)GeographicalNameGeographicalName. setGrammaticalNumber(Nillable<CodeType> grammaticalNumber)GeographicalNameGeographicalName. setNameStatus(Nillable<CodeType> nameStatus)GeographicalNameGeographicalName. setNativeness(Nillable<CodeType> nativeness) -
Uses of CodeType in org.n52.shetland.iso.gmd
Methods in org.n52.shetland.iso.gmd that return CodeType Modifier and Type Method Description CodeTypeGmlBaseUnit. getCatalogSymbol()Constructors in org.n52.shetland.iso.gmd with parameters of type CodeType Constructor Description GmlBaseUnit(String id, String identifier, CodeType catalogSymbol, String unitSystem) -
Uses of CodeType in org.n52.shetland.ogc.gml
Methods in org.n52.shetland.ogc.gml that return CodeType Modifier and Type Method Description CodeTypeCodeType. copy()CodeTypeAbstractDatum. getAnchorDefinition()CodeTypeCoordinateSystemAxis. getAxisAbbrev()CodeTypeAbstractGML. getFirstName()Get first feature name or null if feature has no namesMethods in org.n52.shetland.ogc.gml that return types with arguments of type CodeType Modifier and Type Method Description List<CodeType>AbstractGML. getName()Get feature namesMethods in org.n52.shetland.ogc.gml with parameters of type CodeType Modifier and Type Method Description AbstractGMLAbstractGML. addName(CodeType name)Adds the name to the name listAbstractDatumAbstractDatum. setAnchorDefinition(CodeType anchorDefinition)AbstractGMLAbstractGML. setName(CodeType name)Set the name, clears the name listMethod parameters in org.n52.shetland.ogc.gml with type arguments of type CodeType Modifier and Type Method Description AbstractGMLAbstractGML. setName(Collection<CodeType> name)Add feature names, clears the name listConstructors in org.n52.shetland.ogc.gml with parameters of type CodeType Constructor Description CoordinateSystemAxis(CodeWithAuthority identifier, CodeType axisAbbrev, CodeWithAuthority axisDirection, String uom) -
Uses of CodeType in org.n52.shetland.ogc.sensorML
Methods in org.n52.shetland.ogc.sensorML that return CodeType Modifier and Type Method Description CodeTypeAbstractSensorML. getFirstName()Methods in org.n52.shetland.ogc.sensorML that return types with arguments of type CodeType Modifier and Type Method Description List<CodeType>AbstractProcess. getNames()Methods in org.n52.shetland.ogc.sensorML with parameters of type CodeType Modifier and Type Method Description AbstractProcessAbstractProcess. addName(CodeType name)Method parameters in org.n52.shetland.ogc.sensorML with type arguments of type CodeType Modifier and Type Method Description AbstractProcessAbstractProcess. setNames(List<CodeType> names) -
Uses of CodeType in org.n52.shetland.ogc.sensorML.elements
Constructors in org.n52.shetland.ogc.sensorML.elements with parameters of type CodeType Constructor Description SmlPosition(CodeType name, boolean fixed, String referenceFrame, List<SweCoordinate<? extends Number>> position)constructor -
Uses of CodeType in org.n52.shetland.ogc.sos
Constructors in org.n52.shetland.ogc.sos with parameters of type CodeType Constructor Description SosOffering(String identifier, CodeType name)constructor -
Uses of CodeType in org.n52.shetland.ogc.swe
Methods in org.n52.shetland.ogc.swe that return CodeType Modifier and Type Method Description CodeTypeSweAbstractDataComponent. getName()Methods in org.n52.shetland.ogc.swe that return types with arguments of type CodeType Modifier and Type Method Description List<CodeType>SweAbstractDataComponent. getNames()Methods in org.n52.shetland.ogc.swe with parameters of type CodeType Modifier and Type Method Description SweAbstractDataComponentSweAbstractDataComponent. addName(CodeType name)SweAbstractDataComponentSweAbstractDataComponent. setName(CodeType name)Method parameters in org.n52.shetland.ogc.swe with type arguments of type CodeType Modifier and Type Method Description SweAbstractDataComponentSweAbstractDataComponent. addName(Collection<CodeType> names)SweAbstractDataComponentSweAbstractDataComponent. setName(Collection<CodeType> names)Constructors in org.n52.shetland.ogc.swe with parameters of type CodeType Constructor Description SweField(CodeType name)SweField(CodeType name, SweAbstractDataComponent element)
-