Uses of Class
org.apache.sis.util.iso.DefaultMemberName
Packages that use DefaultMemberName
Package
Description
Classes that are normally omitted from public API because they duplicate existing classes,
but still temporarily used at XML (un)marshalling time for standards compliance.
Implementations of GeoAPI types from the
org.opengis.util
package.-
Uses of DefaultMemberName in org.apache.sis.internal.jaxb.metadata.replace
Methods in org.apache.sis.internal.jaxb.metadata.replace that return DefaultMemberNameModifier and TypeMethodDescriptionprivate DefaultMemberName
ServiceParameter.getLegacyName()
Returns the name to be marshalled in the ISO 19139:2007 way.Methods in org.apache.sis.internal.jaxb.metadata.replace with parameters of type DefaultMemberNameModifier and TypeMethodDescriptionprivate void
ServiceParameter.setLegacyName
(DefaultMemberName value) Sets the value from the<gco:aName>
(legacy ISO 19139:2007 format). -
Uses of DefaultMemberName in org.apache.sis.util.iso
Methods in org.apache.sis.util.iso that return DefaultMemberNameModifier and TypeMethodDescriptionstatic DefaultMemberName
DefaultMemberName.castOrCopy
(org.opengis.util.MemberName object) Returns a SIS member name implementation with the values of the given arbitrary implementation.