Uses of Enum Class
com.luciad.ogc.csw.server.profile.TLcdCSWInspireProfile.Conformance
Packages that use TLcdCSWInspireProfile.Conformance
Package
Description
Additional support for implementing CSW server profiles, such as ISO or Inspire.
-
Uses of TLcdCSWInspireProfile.Conformance in com.luciad.ogc.csw.server.profile
Methods in com.luciad.ogc.csw.server.profile that return TLcdCSWInspireProfile.ConformanceModifier and TypeMethodDescriptionReturns the enum object corresponding to the given string.TLcdCSWInspireProfile.InspireConfiguration.getConformance()
Returns whether or not this service is INSPIRE conformant.Returns the enum constant of this class with the specified name.static TLcdCSWInspireProfile.Conformance[]
TLcdCSWInspireProfile.Conformance.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 with parameters of type TLcdCSWInspireProfile.ConformanceModifier and TypeMethodDescriptionvoid
TLcdCSWInspireProfile.InspireConfiguration.setConformance
(TLcdCSWInspireProfile.Conformance aConformance) Configures whether or not this service is INSPIRE conformant.