Uses of Enum Class
com.luciad.ogc.csw.server.profile.TLcdCSWInspireProfile.GEMETKeyword
Packages that use TLcdCSWInspireProfile.GEMETKeyword
Package
Description
Additional support for implementing CSW server profiles, such as ISO or Inspire.
-
Uses of TLcdCSWInspireProfile.GEMETKeyword in com.luciad.ogc.csw.server.profile
Methods in com.luciad.ogc.csw.server.profile that return TLcdCSWInspireProfile.GEMETKeywordModifier and TypeMethodDescriptionReturns the enum object corresponding to the given string.Returns the enum constant of this class with the specified name.static TLcdCSWInspireProfile.GEMETKeyword[]
TLcdCSWInspireProfile.GEMETKeyword.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.ogc.csw.server.profile that return types with arguments of type TLcdCSWInspireProfile.GEMETKeywordModifier and TypeMethodDescriptionTLcdCSWInspireProfile.InspireConfiguration.getGEMETKeywords()
Returns the GEMET keywords of this service.Method parameters in com.luciad.ogc.csw.server.profile with type arguments of type TLcdCSWInspireProfile.GEMETKeywordModifier and TypeMethodDescriptionvoid
TLcdCSWInspireProfile.InspireConfiguration.setGEMETKeywords
(List<TLcdCSWInspireProfile.GEMETKeyword> aGEMETKeywords) Configures the GEMET keywords of this service.